C# Класс EA.Iws.DataAccess.Repositories.CompetentAuthorityRepository

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

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

Метод Описание
CompetentAuthorityRepository ( IwsContext context ) : System
GetById ( System.Guid id ) : Task
GetByIds ( IEnumerable ids ) : Task>
GetCompetentAuthorities ( System.Guid countryId ) : Task>
GetTransitAuthorities ( System.Guid countryId ) : Task>

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

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

public CompetentAuthorityRepository ( IwsContext context ) : System
context IwsContext
Результат System

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

public GetById ( System.Guid id ) : Task
id System.Guid
Результат Task

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

public GetByIds ( IEnumerable ids ) : Task>
ids IEnumerable
Результат Task>

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

public GetCompetentAuthorities ( System.Guid countryId ) : Task>
countryId System.Guid
Результат Task>

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

public GetTransitAuthorities ( System.Guid countryId ) : Task>
countryId System.Guid
Результат Task>