C# Class EA.Iws.DataAccess.Repositories.CompetentAuthorityRepository

Inheritance: ICompetentAuthorityRepository
Exibir arquivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
CompetentAuthorityRepository ( IwsContext context ) : System
GetById ( System.Guid id ) : Task
GetByIds ( IEnumerable ids ) : Task>
GetCompetentAuthorities ( System.Guid countryId ) : Task>
GetTransitAuthorities ( System.Guid countryId ) : Task>

Method Details

CompetentAuthorityRepository() public method

public CompetentAuthorityRepository ( IwsContext context ) : System
context IwsContext
return System

GetById() public method

public GetById ( System.Guid id ) : Task
id System.Guid
return Task

GetByIds() public method

public GetByIds ( IEnumerable ids ) : Task>
ids IEnumerable
return Task>

GetCompetentAuthorities() public method

public GetCompetentAuthorities ( System.Guid countryId ) : Task>
countryId System.Guid
return Task>

GetTransitAuthorities() public method

public GetTransitAuthorities ( System.Guid countryId ) : Task>
countryId System.Guid
return Task>