C# Class Pharmalto.Ecosystem.Services.EcoSupplementService

Inheritance: SupplementService, IEcoSupplementService
Afficher le fichier Open project: CloudMetal/Ecosystem-Deployment

Méthodes publiques

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

Method Details

EcoSupplementService() public méthode

public EcoSupplementService ( IEcoSupplementRepository repository ) : System
repository IEcoSupplementRepository
Résultat System

GetSupplement() public méthode

public GetSupplement ( int id ) : Supplement
id int
Résultat Supplement

GetSupplements() public méthode

public GetSupplements ( bool>.System predicate ) : IList
predicate bool>.System
Résultat IList