C# Class lnhpdWebApi.Models.IngredientRepository

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

Public Methods

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

Method Details

Get() public method

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

GetAll() public method

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