C# 클래스 Solutionizing.DynamicDemo.Data.WebMatrixDataDiscountRepository
파일 보기
프로젝트 열기: dahlbyk/Presentations
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Delete ( string code ) : void |
|
|
GetAll ( ) : IEnumerable |
|
|
GetByCode ( string code ) : Discount |
|
|
Save ( IDiscountDefinition discount ) : void |
|
|
메소드 상세
public Delete ( string code ) : void |
code |
string |
|
리턴 |
void |
|
public GetAll ( ) : IEnumerable |
리턴 |
IEnumerable |
|
public GetByCode ( string code ) : Discount |
code |
string |
|
리턴 |
Discount |
|
public Save ( IDiscountDefinition discount ) : void |
discount |
IDiscountDefinition |
|
리턴 |
void |
|