C# Class Scheduler.Service.UserTitleService

Inheritance: IUserTitleService
Mostrar archivo Open project: math-os/mathos-scheduler

Public Methods

Method 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 method

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

UpdateAsync() public method

public UpdateAsync ( IUserTitle entity ) : Task
entity IUserTitle
return Task

UserTitleService() public method

public UserTitleService ( IUserTitleRepository repository ) : System
repository IUserTitleRepository
return System