C# Class Scheduler.Service.UserRoleService

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

Protected Properties

Свойство Type Description
UnitOfWork IUnitOfWork

Méthodes publiques

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

public AddAsync ( IUserRole entity ) : Task
entity IUserRole
Résultat Task

AddUoWAsync() public méthode

public AddUoWAsync ( IUserRole entity ) : Task
entity IUserRole
Résultat Task

DeleteAsync() public méthode

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

DeleteAsync() public méthode

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

GetAllAsync() public méthode

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

UpdateAsync() public méthode

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

UserRoleService() public méthode

public UserRoleService ( IUserRoleRepository repository ) : System
repository IUserRoleRepository
Résultat System

Property Details

UnitOfWork protected_oe property

protected IUnitOfWork UnitOfWork
Résultat IUnitOfWork