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

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

Méthodes publiques

Méthode Description
CountryRepository ( IwsContext context ) : System
GetAll ( ) : Task>
GetAllHavingCompetentAuthorities ( ) : Task>
GetById ( System.Guid id ) : Task
GetByName ( string name ) : Task
GetUnitedKingdomId ( ) : Task

Method Details

CountryRepository() public méthode

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

GetAll() public méthode

public GetAll ( ) : Task>
Résultat Task>

GetAllHavingCompetentAuthorities() public méthode

public GetAllHavingCompetentAuthorities ( ) : Task>
Résultat Task>

GetById() public méthode

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

GetByName() public méthode

public GetByName ( string name ) : Task
name string
Résultat Task

GetUnitedKingdomId() public méthode

public GetUnitedKingdomId ( ) : Task
Résultat Task