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

Inheritance: ICompetentAuthorityRepository
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode 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 méthode

public CompetentAuthorityRepository ( IwsContext context ) : System
context IwsContext
Résultat System

GetById() public méthode

public GetById ( System.Guid id ) : Task
id System.Guid
Résultat Task

GetByIds() public méthode

public GetByIds ( IEnumerable ids ) : Task>
ids IEnumerable
Résultat Task>

GetCompetentAuthorities() public méthode

public GetCompetentAuthorities ( System.Guid countryId ) : Task>
countryId System.Guid
Résultat Task>

GetTransitAuthorities() public méthode

public GetTransitAuthorities ( System.Guid countryId ) : Task>
countryId System.Guid
Résultat Task>