C# Class cvpWebApi.Controllers.ReportDrugController

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

Méthodes publiques

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

Method Details

GetAllReportDrug() public méthode

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

GetReportByDrugID() public méthode

public GetReportByDrugID ( int id, string lang ) : ReportDrug
id int
lang string
Résultat cvpWebApi.Models.ReportDrug

GetReportDrugById() public méthode

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