C# 클래스 AJH.CMS.Core.Data.ProductPriceDataMapper

파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

비공개 메소드들

메소드 설명
Add ( ProductPrice productPriceEntity ) : int
Delete ( int id ) : void
FillFromReader ( ProductPrice ProductPrice, SqlDataReader reader ) : void
GetProductPrice ( List ProductPrices, SqlDataReader reader ) : ProductPrice
GetProductPrice ( int id ) : ProductPrice
GetProductPrices ( int moduleID, int languageID ) : List
Update ( ProductPrice entity ) : void