C# Class Scheduler.Service.RoleService

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

Public Methods

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

Method Details

DeleteAsync() public method

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

DeleteAsync() public method

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

GetAsync() public method

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

GetAsync() public method

public GetAsync ( ) : Task>
return Task>

InsertAsync() public method

public InsertAsync ( IRole entity ) : Task
entity IRole
return Task

RoleService() public method

public RoleService ( IRoleRepository repository ) : System
repository IRoleRepository
return System

UpdateAsync() public method

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