C# Класс MdallWebApi.Controllers.LicenceTypeController

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

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

Метод Описание
GetAllLicenceType ( string lang = "" ) : IEnumerable
GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType

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

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

public GetAllLicenceType ( string lang = "" ) : IEnumerable
lang string
Результат IEnumerable

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

public GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType
code string
lang string
Результат MdallWebApi.Models.LicenceType