C# 클래스 Scheduler.Repository.ChairRepository

상속: IChairRepository
파일 보기 프로젝트 열기: math-os/mathos-scheduler

공개 메소드들

메소드 설명
ChairRepository ( IRepository repository ) : AutoMapper
DeleteAsync ( IChair entity ) : Task
DeleteAsync ( string ID ) : Task
GetAsync ( string ID ) : Task
GetAsync ( ) : Task>
InsertAsync ( IChair entity ) : Task
UpdateAsync ( IChair entity ) : Task

메소드 상세

ChairRepository() 공개 메소드

public ChairRepository ( IRepository repository ) : AutoMapper
repository IRepository
리턴 AutoMapper

DeleteAsync() 공개 메소드

public DeleteAsync ( IChair entity ) : Task
entity IChair
리턴 Task

DeleteAsync() 공개 메소드

public DeleteAsync ( string ID ) : Task
ID string
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( string ID ) : Task
ID string
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( ) : Task>
리턴 Task>

InsertAsync() 공개 메소드

public InsertAsync ( IChair entity ) : Task
entity IChair
리턴 Task

UpdateAsync() 공개 메소드

public UpdateAsync ( IChair entity ) : Task
entity IChair
리턴 Task