C# Class lnhpdWebApi.Models.ProductDoseRepository

Inheritance: IProductDoseRepository
显示文件 Open project: hres/api-lnhpd

Public Methods

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

Method Details

Get() public method

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

GetAll() public method

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