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

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

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

Метод Описание
GetAllReportType ( string lang ) : IEnumerable
GetReportTypeByID ( int id, string lang ) : ReportType

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

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

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

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

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