10 lines
285 B
C#

namespace EnotaryoPH.Web.Mailables
{
public class SignatoryViewModel
{
public string Email { get; set; }
public string InvitationURL { get; set; }
public string MainPrincipalName { get; set; }
public string SignatoryType { get; set; }
}
}