C# Class Scheduler.Service.UserTitleService

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

Méthodes publiques

Méthode Description
DeleteAsync ( IUserTitle entity ) : Task
DeleteAsync ( string ID ) : Task
GetAsync ( string ID ) : Task
GetAsync ( ) : Task>
InsertAsync ( IUserTitle entity ) : Task
UpdateAsync ( IUserTitle entity ) : Task
UserTitleService ( IUserTitleRepository repository ) : System

Method Details

DeleteAsync() public méthode

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

UpdateAsync() public méthode

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

UserTitleService() public méthode

public UserTitleService ( IUserTitleRepository repository ) : System
repository IUserTitleRepository
Résultat System