9 lines
212 B
C#
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; }
|
|
}
|
|
} |