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

Method CreateColumnAsync

backend/Services/IBoardService.cs:19–19  ·  view source on GitHub ↗
(int boardId, CreateColumnDto dto, int userId)

Source from the content-addressed store, hash-verified

17 Task<bool> ReopenBoardAsync(int boardId, int requesterId);
18 Task<bool> DeleteBoardAsync(int boardId, int requesterId);
19 Task<ColumnDto> CreateColumnAsync(int boardId, CreateColumnDto dto, int userId);
20 Task<bool> MoveColumnAsync(int boardId, int columnId, int newOrder, int userId);
21 Task<bool> DeleteColumnAsync(int boardId, int columnId, int userId);
22 Task<ColumnDto?> UpdateColumnAsync(int boardId, int columnId, UpdateColumnDto dto, int userId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected