C# 클래스 Scheduler.Repository.UserRoleRepository

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

공개 메소드들

메소드 설명
AddAsync ( IUnitOfWork unitOfWork, IUserRole entity ) : Task
AddAsync ( IUserRole entity ) : Task
CreateUnitOfWork ( ) : void
DeleteAsync ( IUserRole entity ) : Task
DeleteAsync ( string ID ) : Task
GetAllAsync ( ) : Task>
UpdateAsync ( IUserRole entity ) : Task
UserRoleRepository ( IRepository repository ) : System

메소드 상세

AddAsync() 공개 메소드

public AddAsync ( IUnitOfWork unitOfWork, IUserRole entity ) : Task
unitOfWork IUnitOfWork
entity IUserRole
리턴 Task

AddAsync() 공개 메소드

public AddAsync ( IUserRole entity ) : Task
entity IUserRole
리턴 Task

CreateUnitOfWork() 공개 메소드

public CreateUnitOfWork ( ) : void
리턴 void

DeleteAsync() 공개 메소드

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

DeleteAsync() 공개 메소드

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

GetAllAsync() 공개 메소드

public GetAllAsync ( ) : Task>
리턴 Task>

UpdateAsync() 공개 메소드

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

UserRoleRepository() 공개 메소드

public UserRoleRepository ( IRepository repository ) : System
repository IRepository
리턴 System