C# Class Scheduler.Repository.RoleRepository

Inheritance: IRoleRepository
Show file 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
RoleRepository ( IRepository repository ) : AutoMapper
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

RoleRepository() public method

public RoleRepository ( IRepository repository ) : AutoMapper
repository IRepository
return AutoMapper

UpdateAsync() public method

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