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

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

공개 메소드들

메소드 설명
Add ( EntryOrExitPoint entryOrExitPoint ) : Task
EntryOrExitPointRepository ( IwsContext context ) : System
GetAll ( ) : Task>
GetById ( System.Guid id ) : Task
GetByIds ( IEnumerable ids ) : Task>
GetForCountry ( Domain.Country country ) : Task>
GetForCountry ( System.Guid countryId ) : Task>

메소드 상세

Add() 공개 메소드

public Add ( EntryOrExitPoint entryOrExitPoint ) : Task
entryOrExitPoint EntryOrExitPoint
리턴 Task

EntryOrExitPointRepository() 공개 메소드

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

GetAll() 공개 메소드

public GetAll ( ) : Task>
리턴 Task>

GetById() 공개 메소드

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

GetByIds() 공개 메소드

public GetByIds ( IEnumerable ids ) : Task>
ids IEnumerable
리턴 Task>

GetForCountry() 공개 메소드

public GetForCountry ( Domain.Country country ) : Task>
country Domain.Country
리턴 Task>

GetForCountry() 공개 메소드

public GetForCountry ( System.Guid countryId ) : Task>
countryId System.Guid
리턴 Task>