Updated DTOs
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user