C# Class cvpWebApi.Controllers.ReportDrugController

Inheritance: ApiController
ファイルを表示 Open project: hres/api-cvp

Public Methods

Method Description
GetAllReportDrug ( string lang ) : IEnumerable
GetReportByDrugID ( int id, string lang ) : ReportDrug
GetReportDrugById ( string reportId, string lang ) : IEnumerable

Method Details

GetAllReportDrug() public method

public GetAllReportDrug ( string lang ) : IEnumerable
lang string
return IEnumerable

GetReportByDrugID() public method

public GetReportByDrugID ( int id, string lang ) : ReportDrug
id int
lang string
return cvpWebApi.Models.ReportDrug

GetReportDrugById() public method

public GetReportDrugById ( string reportId, string lang ) : IEnumerable
reportId string
lang string
return IEnumerable