C# Class DpdWebApi.Controllers.TherapeuticClassController

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

Méthodes publiques

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

Method Details

GetActiveIngredientByID() public méthode

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

GetAllActiveIngredient() public méthode

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