C# Class Scheduler.Repository.ChairRepository

Inheritance: IChairRepository
Mostrar archivo Open project: math-os/mathos-scheduler

Public Methods

Method Description
ChairRepository ( IRepository repository ) : AutoMapper
DeleteAsync ( IChair entity ) : Task
DeleteAsync ( string ID ) : Task
GetAsync ( string ID ) : Task
GetAsync ( ) : Task>
InsertAsync ( IChair entity ) : Task
UpdateAsync ( IChair entity ) : Task

Method Details

ChairRepository() public method

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

DeleteAsync() public method

public DeleteAsync ( IChair entity ) : Task
entity IChair
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 ( IChair entity ) : Task
entity IChair
return Task

UpdateAsync() public method

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