C# Class cvpWebApi.Controllers.DrugProductIngredientController

Inheritance: ApiController
Mostrar archivo Open project: hres/api-cvp

Public Methods

Method Description
GetAllDrugProductIngredient ( string lang ) : IEnumerable
GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient

Method Details

GetAllDrugProductIngredient() public method

public GetAllDrugProductIngredient ( string lang ) : IEnumerable
lang string
return IEnumerable

GetDrugProductIngredientByID() public method

public GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient
id int
lang string
return cvpWebApi.Models.DrugProductIngredient