C# Class lnhpdWebApi.Controllers.IngredientController

Inheritance: ApiController
Afficher le fichier Open project: hres/api-lnhpd

Méthodes publiques

Méthode Description
GetAllIngredient ( string lang ) : IEnumerable
GetIngredientyByID ( int id, string lang ) : Ingredient

Method Details

GetAllIngredient() public méthode

public GetAllIngredient ( string lang ) : IEnumerable
lang string
Résultat IEnumerable

GetIngredientyByID() public méthode

public GetIngredientyByID ( int id, string lang ) : Ingredient
id int
lang string
Résultat lnhpdWebApi.Models.Ingredient