C# Class Scheduler.Repository.ChairRepository

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

Méthodes publiques

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

public ChairRepository ( IRepository repository ) : AutoMapper
repository IRepository
Résultat AutoMapper

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