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

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

공개 메소드들

메소드 설명
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>