C# Class cvpWebApi.Models.ReportDrugRepository

Inheritance: IReportDrugRepository
Afficher le fichier Open project: hres/api-cvp

Méthodes publiques

Méthode Description
Get ( int id, string lang ) : ReportDrug
GetAll ( string lang ) : IEnumerable
GetReportDrugById ( string reportId, string lang ) : IEnumerable

Method Details

Get() public méthode

public Get ( int id, string lang ) : ReportDrug
id int
lang string
Résultat ReportDrug

GetAll() public méthode

public GetAll ( string lang ) : IEnumerable
lang string
Résultat IEnumerable

GetReportDrugById() public méthode

public GetReportDrugById ( string reportId, string lang ) : IEnumerable
reportId string
lang string
Résultat IEnumerable