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

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

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

Метод Описание
GetAllDrugProduct ( string lang ) : IEnumerable
GetDrugProductByDrugName ( string drugName, string lang ) : IEnumerable
GetDrugProductByID ( int id, string lang ) : DrugProduct

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

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

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

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

public GetDrugProductByDrugName ( string drugName, string lang ) : IEnumerable
drugName string
lang string
Результат IEnumerable

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

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