Interface TaskGroupController<D,T>

Type Parameters:
D - The type of the task group DTO.
T - The type of the additional data in ModifyTaskGroupDto.
All Known Implementing Classes:
BaseTaskGroupController, BaseTaskGroupControllerWithoutRequestMapping

public interface TaskGroupController<D,T>
Controller for managing task groups.

Add @RestController and @RequestMapping("/api/taskGroup") to the implementing class.