C# 클래스 EA.Iws.DataAccess.Repositories.CountryRepository

상속: ICountryRepository
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
CountryRepository ( IwsContext context ) : System
GetAll ( ) : Task>
GetAllHavingCompetentAuthorities ( ) : Task>
GetById ( System.Guid id ) : Task
GetByName ( string name ) : Task
GetUnitedKingdomId ( ) : Task

메소드 상세

CountryRepository() 공개 메소드

public CountryRepository ( IwsContext context ) : System
context IwsContext
리턴 System

GetAll() 공개 메소드

public GetAll ( ) : Task>
리턴 Task>

GetAllHavingCompetentAuthorities() 공개 메소드

public GetAllHavingCompetentAuthorities ( ) : Task>
리턴 Task>

GetById() 공개 메소드

public GetById ( System.Guid id ) : Task
id System.Guid
리턴 Task

GetByName() 공개 메소드

public GetByName ( string name ) : Task
name string
리턴 Task

GetUnitedKingdomId() 공개 메소드

public GetUnitedKingdomId ( ) : Task
리턴 Task