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

Method MoveTaskAsync

backend/Services/ITaskService.cs:10–10  ·  view source on GitHub ↗
(int taskId, MoveTaskDto dto, int userId)

Source from the content-addressed store, hash-verified

8 Task<TaskCardDto> CreateTaskAsync(CreateTaskDto dto, int userId);
9 Task<TaskCardDto?> UpdateTaskAsync(int taskId, UpdateTaskDto dto, int userId);
10 Task<TaskCardDto?> MoveTaskAsync(int taskId, MoveTaskDto dto, int userId);
11 Task<int?> DeleteTaskAsync(int taskId, int userId); // Returns BoardId if successful
12
13 // Subtask Methods

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected