MCPcopy Create free account
hub / github.com/GmpABR/NexusFlow / TasksController

Method TasksController

backend/Controllers/TasksController.cs:21–26  ·  view source on GitHub ↗
(ITaskService taskService, IHubContext<BoardHub> hubContext, IAutomationService automationService)

Source from the content-addressed store, hash-verified

19 private readonly IAutomationService _automationService;
20
21 public TasksController(ITaskService taskService, IHubContext<BoardHub> hubContext, IAutomationService automationService)
22 {
23 _taskService = taskService;
24 _hubContext = hubContext;
25 _automationService = automationService;
26 }
27
28
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected