Skip to content
Snippets Groups Projects
Commit bd94e151 authored by Ronnie Friman's avatar Ronnie Friman
Browse files

added delete-task dto

parent 2fc46a05
No related branches found
No related tags found
3 merge requests!59Development to master,!36Development,!33Small fixes
......@@ -36,3 +36,8 @@ export class EditTaskDTO {
@IsUUID('4')
taskGame: GameEntity;
}
export class DeleteTaskDTO {
@IsUUID('4')
taskId: string;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment