C# Класс cvpWebApi.Controllers.DrugProductIngredientController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAllDrugProductIngredient ( string lang ) : IEnumerable
GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient

Описание методов

GetAllDrugProductIngredient() публичный Метод

public GetAllDrugProductIngredient ( string lang ) : IEnumerable
lang string
Результат IEnumerable

GetDrugProductIngredientByID() публичный Метод

public GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient
id int
lang string
Результат cvpWebApi.Models.DrugProductIngredient