C# 클래스 Solutionizing.DynamicDemoCS.DiscountRepository

파일 보기 프로젝트 열기: dahlbyk/Presentations 1 사용 예제들

공개 메소드들

메소드 설명
DiscountRepository ( System.Xml.Linq.XDocument doc ) : System
GetAll ( ) : IEnumerable
GetByCode ( string code ) : Discount

메소드 상세

DiscountRepository() 공개 메소드

public DiscountRepository ( System.Xml.Linq.XDocument doc ) : System
doc System.Xml.Linq.XDocument
리턴 System

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetByCode() 공개 메소드

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