C# Класс cvpWebApi.Models.ReportDrugRepository

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

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

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

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

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

public Get ( int id, string lang ) : ReportDrug
id int
lang string
Результат ReportDrug

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

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

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

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