C# Class lnhpdWebApi.Controllers.IngredientSourceController

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

Public Methods

Method Description
GetAllIngredientSource ( string lang ) : IEnumerable
GetIngredientSourceByID ( int id, string lang ) : IngredientSource

Method Details

GetAllIngredientSource() public method

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

GetIngredientSourceByID() public method

public GetIngredientSourceByID ( int id, string lang ) : IngredientSource
id int
lang string
return lnhpdWebApi.Models.IngredientSource