C# Class cvpWebApi.Models.AEReportRepository

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

Public Methods

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

Method Details

Get() public method

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

Get() public method

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

GetAll() public method

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