C# Class DpdWebApi.Controllers.ActiveIngredientController

Inheritance: ApiController
Show file Open project: hres/api-dpd

Public Methods

Method Description
GetActiveIngredientByID ( int id, string lang ) : ActiveIngredient
GetAllActiveIngredient ( string lang ) : IEnumerable

Method Details

GetActiveIngredientByID() public method

public GetActiveIngredientByID ( int id, string lang ) : ActiveIngredient
id int
lang string
return DpdWebApi.Models.ActiveIngredient

GetAllActiveIngredient() public method

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