C# 클래스 Scheduler.Repository.ResearchGroupRepository

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

공개 메소드들

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

메소드 상세

DeleteAsync() 공개 메소드

public DeleteAsync ( IResearchGroup entity ) : Task
entity IResearchGroup
리턴 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 ( IResearchGroup entity ) : Task
entity IResearchGroup
리턴 Task

ResearchGroupRepository() 공개 메소드

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

UpdateAsync() 공개 메소드

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