C# Class Queue.Services.Server.WorkplaceService

Inheritance: StandardServerService, IWorkplaceService
Afficher le fichier Open project: breslavsky/queue

Méthodes publiques

Méthode Description
DeleteWorkplace ( System.Guid workplaceId ) : System.Threading.Tasks.Task
EditWorkplace ( DTO source ) : Task
GetWorkplace ( System.Guid workplaceId ) : Task
GetWorkplaceOperators ( System.Guid workplaceId ) : Task
GetWorkplaces ( ) : Task
GetWorkplacesLinks ( ) : Task
WorkplaceService ( ) : AutoMapper

Method Details

DeleteWorkplace() public méthode

public DeleteWorkplace ( System.Guid workplaceId ) : System.Threading.Tasks.Task
workplaceId System.Guid
Résultat System.Threading.Tasks.Task

EditWorkplace() public méthode

public EditWorkplace ( DTO source ) : Task
source DTO
Résultat Task

GetWorkplace() public méthode

public GetWorkplace ( System.Guid workplaceId ) : Task
workplaceId System.Guid
Résultat Task

GetWorkplaceOperators() public méthode

public GetWorkplaceOperators ( System.Guid workplaceId ) : Task
workplaceId System.Guid
Résultat Task

GetWorkplaces() public méthode

public GetWorkplaces ( ) : Task
Résultat Task

GetWorkplacesLinks() public méthode

public GetWorkplacesLinks ( ) : Task
Résultat Task

WorkplaceService() public méthode

public WorkplaceService ( ) : AutoMapper
Résultat AutoMapper