C# Class cvpWebApi.Controllers.DrugProductIngredientController

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

Méthodes publiques

Méthode Description
GetAllDrugProductIngredient ( string lang ) : IEnumerable
GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient

Method Details

GetAllDrugProductIngredient() public méthode

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

GetDrugProductIngredientByID() public méthode

public GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient
id int
lang string
Résultat cvpWebApi.Models.DrugProductIngredient