C# Class lnhpdWebApi.Models.IngredientQuantityRepository

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

Public Methods

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

Method Details

Get() public method

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

GetAll() public method

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