C# Класс MdallWebApi.Models.LicenceRepository

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

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

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

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

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

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

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

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

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

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