C# 클래스 Pharmalto.Ecosystem.Services.EcoSupplementService

상속: SupplementService, IEcoSupplementService
파일 보기 프로젝트 열기: CloudMetal/Ecosystem-Deployment

공개 메소드들

메소드 설명
EcoSupplementService ( IEcoSupplementRepository repository ) : System
GetSupplement ( int id ) : Supplement
GetSupplements ( bool>.System predicate ) : IList

메소드 상세

EcoSupplementService() 공개 메소드

public EcoSupplementService ( IEcoSupplementRepository repository ) : System
repository IEcoSupplementRepository
리턴 System

GetSupplement() 공개 메소드

public GetSupplement ( int id ) : Supplement
id int
리턴 Supplement

GetSupplements() 공개 메소드

public GetSupplements ( bool>.System predicate ) : IList
predicate bool>.System
리턴 IList