C# 클래스 Scheduler.Service.ResearchGroupService

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

공개 메소드들

메소드 설명
DeleteAsync ( IResearchGroup entity ) : Task
DeleteAsync ( string ID ) : Task
GetAsync ( string ID ) : Task
GetAsync ( ) : Task>
InsertAsync ( IResearchGroup entity ) : Task
ResearchGroupService ( IResearchGroupRepository repository ) : System
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

ResearchGroupService() 공개 메소드

public ResearchGroupService ( IResearchGroupRepository repository ) : System
repository IResearchGroupRepository
리턴 System

UpdateAsync() 공개 메소드

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