|
using MapTo;
|
|
|
|
namespace CodeLiturgy.Data.Application.Users
|
|
{
|
|
public partial class ApplicationUserClaimUnique
|
|
{
|
|
public int Id { get; set; }
|
|
public string UserId { get; set; }
|
|
public string ClaimType { get; set; }
|
|
public string ClaimValue { get; set; }
|
|
}
|
|
}
|
|
|