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

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

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

Метод Описание
GetAllLicence ( string status = "", string licence_name = "" ) : IEnumerable
GetAllLicenceByCompanyId ( int company_id, string status = "" ) : IEnumerable
GetLicenceById ( int id, string status = "" ) : Licence

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

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

public GetAllLicence ( string status = "", string licence_name = "" ) : IEnumerable
status string
licence_name string
Результат IEnumerable

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

public GetAllLicenceByCompanyId ( int company_id, string status = "" ) : IEnumerable
company_id int
status string
Результат IEnumerable

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

public GetLicenceById ( int id, string status = "" ) : Licence
id int
status string
Результат MdallWebApi.Models.Licence