Updated DTOs

This commit is contained in:
2026-04-21 10:15:09 +02:00
parent 331a48e478
commit 60e0df2b1a
19 changed files with 4 additions and 183 deletions
@@ -6,10 +6,6 @@ public class GetGroupDetailsDto
{
public int Id { get; set; }
public string? Label { get; set; }
public bool IsFinished { get; set; }
public string? Title { get; set; }
public string? Description { get; set; }
public int Duration { get; set; }
public DateTime CreationDate { get; set; }
public List<GetMessageDto>? Messages { get; set; }