C# 클래스 Solutionizing.DynamicDemo.Data.WebMatrixDataDiscountRepository

상속: IDiscountRepository, IDiscountWriter
파일 보기 프로젝트 열기: dahlbyk/Presentations 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( string code ) : void
GetAll ( ) : IEnumerable
GetByCode ( string code ) : Discount
Save ( IDiscountDefinition discount ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( string code ) : void
code string
리턴 void

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetByCode() 공개 메소드

public GetByCode ( string code ) : Discount
code string
리턴 Discount

Save() 공개 메소드

public Save ( IDiscountDefinition discount ) : void
discount IDiscountDefinition
리턴 void