C# Class Scheduler.Repository.ResearchGroupRepository

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

Méthodes publiques

Méthode Description
DeleteAsync ( IResearchGroup entity ) : Task
DeleteAsync ( string ID ) : Task
GetAsync ( string ID ) : Task
GetAsync ( ) : Task>
InsertAsync ( IResearchGroup entity ) : Task
ResearchGroupRepository ( IRepository repository ) : AutoMapper
UpdateAsync ( IResearchGroup entity ) : Task

Method Details

DeleteAsync() public méthode

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

ResearchGroupRepository() public méthode

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

UpdateAsync() public méthode

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