C# Class cvpWebApi.Models.ReportInfoRepository

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

Public Methods

Method Description
Get ( string drugName, string lang ) : IEnumerable
Get ( int id, string lang ) : ReportInfo
GetAll ( string lang ) : IEnumerable

Method Details

Get() public method

public Get ( string drugName, string lang ) : IEnumerable
drugName string
lang string
return IEnumerable

Get() public method

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

GetAll() public method

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