2025-01-12 12:09:02 +00:00

9 lines
212 B
C#

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