C# Class Scheduler.Service.ChairService

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

Méthodes publiques

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

public ChairService ( IChairRepository repository ) : System
repository IChairRepository
Résultat System

DeleteAsync() public méthode

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

UpdateAsync() public méthode

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