C# Class Queue.Services.Server.WorkplaceService

Inheritance: StandardServerService, IWorkplaceService
Mostra file Open project: breslavsky/queue

Public Methods

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

public DeleteWorkplace ( System.Guid workplaceId ) : System.Threading.Tasks.Task
workplaceId System.Guid
return System.Threading.Tasks.Task

EditWorkplace() public method

public EditWorkplace ( DTO source ) : Task
source DTO
return Task

GetWorkplace() public method

public GetWorkplace ( System.Guid workplaceId ) : Task
workplaceId System.Guid
return Task

GetWorkplaceOperators() public method

public GetWorkplaceOperators ( System.Guid workplaceId ) : Task
workplaceId System.Guid
return Task

GetWorkplaces() public method

public GetWorkplaces ( ) : Task
return Task

GetWorkplacesLinks() public method

public GetWorkplacesLinks ( ) : Task
return Task

WorkplaceService() public method

public WorkplaceService ( ) : AutoMapper
return AutoMapper