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

Method CreateSubtaskAsync

backend/Services/ITaskService.cs:14–14  ·  view source on GitHub ↗

Subtask Methods

(int taskId, CreateSubtaskDto dto, int userId)

Source from the content-addressed store, hash-verified

12
13 // Subtask Methods
14 Task<SubtaskDto> CreateSubtaskAsync(int taskId, CreateSubtaskDto dto, int userId);
15 Task<SubtaskDto?> UpdateSubtaskAsync(int subtaskId, UpdateSubtaskDto dto, int userId);
16 Task<bool> DeleteSubtaskAsync(int subtaskId, int userId);
17 Task<Subtask?> GetSubtaskByIdAsync(int subtaskId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected