C# Class cvpWebApi.Models.ReportDrugRepository

Inheritance: IReportDrugRepository
显示文件 Open project: hres/api-cvp

Public Methods

Method Description
Get ( int id, string lang ) : ReportDrug
GetAll ( string lang ) : IEnumerable
GetReportDrugById ( string reportId, string lang ) : IEnumerable

Method Details

Get() public method

public Get ( int id, string lang ) : ReportDrug
id int
lang string
return ReportDrug

GetAll() public method

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

GetReportDrugById() public method

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