C# Class Scheduler.Service.RoleService

Inheritance: IRoleService
Afficher le fichier Open project: math-os/mathos-scheduler

Méthodes publiques

Méthode 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 méthode

public DeleteAsync ( IRole entity ) : Task
entity IRole
Résultat Task

DeleteAsync() public méthode

public DeleteAsync ( string ID ) : Task
ID string
Résultat Task

GetAsync() public méthode

public GetAsync ( string ID ) : Task
ID string
Résultat Task

GetAsync() public méthode

public GetAsync ( ) : Task>
Résultat Task>

InsertAsync() public méthode

public InsertAsync ( IRole entity ) : Task
entity IRole
Résultat Task

RoleService() public méthode

public RoleService ( IRoleRepository repository ) : System
repository IRoleRepository
Résultat System

UpdateAsync() public méthode

public UpdateAsync ( IRole entity ) : Task
entity IRole
Résultat Task