C# Class lnhpdWebApi.Controllers.IngredientController

Inheritance: ApiController
Exibir arquivo Open project: hres/api-lnhpd

Public Methods

Method Description
GetAllIngredient ( string lang ) : IEnumerable
GetIngredientyByID ( int id, string lang ) : Ingredient

Method Details

GetAllIngredient() public method

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

GetIngredientyByID() public method

public GetIngredientyByID ( int id, string lang ) : Ingredient
id int
lang string
return lnhpdWebApi.Models.Ingredient