C# Class Pharmalto.Ecosystem.Services.EcoSupplementService

Inheritance: SupplementService, IEcoSupplementService
Mostrar archivo Open project: CloudMetal/Ecosystem-Deployment

Public Methods

Method Description
EcoSupplementService ( IEcoSupplementRepository repository ) : System
GetSupplement ( int id ) : Supplement
GetSupplements ( bool>.System predicate ) : IList

Method Details

EcoSupplementService() public method

public EcoSupplementService ( IEcoSupplementRepository repository ) : System
repository IEcoSupplementRepository
return System

GetSupplement() public method

public GetSupplement ( int id ) : Supplement
id int
return Supplement

GetSupplements() public method

public GetSupplements ( bool>.System predicate ) : IList
predicate bool>.System
return IList