mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
optimization sql
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
namespace Govor.Contracts.DTOs;
|
||||
|
||||
public class InvitationDto
|
||||
public class InvitationResponses
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
@@ -9,5 +9,6 @@ public class InvitationDto
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public DateTime EndAt { get; set; }
|
||||
public int MaxParticipants { get; set; }
|
||||
public int ParticipantCount { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user