C# 클래스 Scheduler.Repository.RoleRepository

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

공개 메소드들

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

메소드 상세

DeleteAsync() 공개 메소드

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

RoleRepository() 공개 메소드

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

UpdateAsync() 공개 메소드

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