C# Class Scheduler.Service.UserRoleService

Inheritance: IUserRoleService
Datei anzeigen Open project: math-os/mathos-scheduler

Protected Properties

Property Type Description
UnitOfWork IUnitOfWork

Public Methods

Method Description
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

Method Details

AddAsync() public method

public AddAsync ( IUserRole entity ) : Task
entity IUserRole
return Task

AddUoWAsync() public method

public AddUoWAsync ( IUserRole entity ) : Task
entity IUserRole
return Task

DeleteAsync() public method

public DeleteAsync ( IUserRole entity ) : Task
entity IUserRole
return Task

DeleteAsync() public method

public DeleteAsync ( string ID ) : Task
ID string
return Task

GetAllAsync() public method

public GetAllAsync ( ) : Task>
return Task>

UpdateAsync() public method

public UpdateAsync ( IUserRole entity ) : Task
entity IUserRole
return Task

UserRoleService() public method

public UserRoleService ( IUserRoleRepository repository ) : System
repository IUserRoleRepository
return System

Property Details

UnitOfWork protected_oe property

protected IUnitOfWork UnitOfWork
return IUnitOfWork