Updated dto and endpoint to manage vote
This commit is contained in:
@@ -6,5 +6,6 @@ public class CreateGroupDto
|
||||
public string? Title { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public int Duration { get; set; }
|
||||
public int? VoteDuration { get; set; }
|
||||
public List<CreateUserGroupDto>? UserGroups { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user