namespace EnotaryoPH.Web.Common.Services { public class UserLogin { public string Email { get; set; } public string Role { get; set; } public Guid User_UID { get; set; } } }