C# Class Scheduler.Service.ChairService

Inheritance: IChairService
Show file Open project: math-os/mathos-scheduler

Public Methods

Method Description
ChairService ( IChairRepository repository ) : System
DeleteAsync ( IChair entity ) : Task
DeleteAsync ( string ID ) : Task
GetAsync ( string ID ) : Task
GetAsync ( ) : Task>
InsertAsync ( IChair entity ) : Task
UpdateAsync ( IChair entity ) : Task

Method Details

ChairService() public method

public ChairService ( IChairRepository repository ) : System
repository IChairRepository
return System

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