C# 클래스 Scheduler.Service.UserRoleService

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

보호된 프로퍼티들

프로퍼티 타입 설명
UnitOfWork IUnitOfWork

공개 메소드들

메소드 설명
AddAsync ( IUserRole entity ) : Task
AddUoWAsync ( IUserRole entity ) : Task
DeleteAsync ( IUserRole entity ) : Task
DeleteAsync ( string ID ) : Task
GetAllAsync ( ) : Task>
UpdateAsync ( IUserRole entity ) : Task
UserRoleService ( IUserRoleRepository repository ) : System

메소드 상세

AddAsync() 공개 메소드

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

AddUoWAsync() 공개 메소드

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

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

UserRoleService() 공개 메소드

public UserRoleService ( IUserRoleRepository repository ) : System
repository IUserRoleRepository
리턴 System

프로퍼티 상세

UnitOfWork 보호되어 있는 프로퍼티

protected IUnitOfWork UnitOfWork
리턴 IUnitOfWork