Cleaned code

This commit is contained in:
2026-03-01 14:50:01 +01:00
parent 70de2a5a66
commit 2e868889fc
41 changed files with 94 additions and 98 deletions
@@ -11,7 +11,7 @@ public class GetGroupDetailsDto
public string? Description { get; set; }
public int Duration { get; set; }
public DateTime CreationDate { get; set; }
public List<GetMessageDto>? Messages { get; set; }
public List<GetUserGroupDto>? Users { get; set; }
}