C# Class cvpWebApi.Models.ReportInfoRepository

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

Méthodes publiques

Méthode Description
Get ( string drugName, string lang ) : IEnumerable
Get ( int id, string lang ) : ReportInfo
GetAll ( string lang ) : IEnumerable

Method Details

Get() public méthode

public Get ( string drugName, string lang ) : IEnumerable
drugName string
lang string
Résultat IEnumerable

Get() public méthode

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

GetAll() public méthode

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