C# Class DpdWebApi.Controllers.ActiveIngredientController

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

Méthodes publiques

Méthode Description
GetActiveIngredientByID ( int id, string lang ) : ActiveIngredient
GetAllActiveIngredient ( string lang ) : IEnumerable

Method Details

GetActiveIngredientByID() public méthode

public GetActiveIngredientByID ( int id, string lang ) : ActiveIngredient
id int
lang string
Résultat DpdWebApi.Models.ActiveIngredient

GetAllActiveIngredient() public méthode

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