C# 클래스 Scheduler.Service.RoleService

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

공개 메소드들

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

RoleService() 공개 메소드

public RoleService ( IRoleRepository repository ) : System
repository IRoleRepository
리턴 System

UpdateAsync() 공개 메소드

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