C# Class lnhpdWebApi.Controllers.IngredientQuantityController

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

Méthodes publiques

Méthode Description
GetAllIngredientQuantity ( string lang ) : IEnumerable
GetIngredientQuantityByID ( int id, string lang ) : IngredientQuantity

Method Details

GetAllIngredientQuantity() public méthode

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

GetIngredientQuantityByID() public méthode

public GetIngredientQuantityByID ( int id, string lang ) : IngredientQuantity
id int
lang string
Résultat lnhpdWebApi.Models.IngredientQuantity