10 lines
283 B
C#
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; }
|
|
}
|
|
} |