C# Class lnhpdWebApi.Controllers.IngredientSourceController

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

Méthodes publiques

Méthode Description
GetAllIngredientSource ( string lang ) : IEnumerable
GetIngredientSourceByID ( int id, string lang ) : IngredientSource

Method Details

GetAllIngredientSource() public méthode

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

GetIngredientSourceByID() public méthode

public GetIngredientSourceByID ( int id, string lang ) : IngredientSource
id int
lang string
Résultat lnhpdWebApi.Models.IngredientSource