2025-03-22 23:33:42 +00:00

10 lines
283 B
C#

namespace EnotaryoPH.Web.Pages.Participant.VideoCall
{
public class WaitingForParticipantViewModel
{
public string Email { get; set; }
public string Status { get; set; }
public string Type { get; set; }
public Guid UID { get; set; }
}
}