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

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

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

Метод Описание
GetAllReportDrug ( string lang ) : IEnumerable
GetReportByDrugID ( int id, string lang ) : ReportDrug
GetReportDrugById ( string reportId, string lang ) : IEnumerable

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

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

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

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

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

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

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