11 lines
326 B
C#
11 lines
326 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; }
|
|
public int SortOrder { get; set; }
|
|
}
|
|
} |