fixes latest commit
This commit is contained in:
parent
cc25376d82
commit
33a0185f7f
1 changed files with 3 additions and 1 deletions
|
|
@ -6,9 +6,11 @@ namespace Yavsc.Models.Messaging
|
||||||
{
|
{
|
||||||
public string UserName { get; set; }
|
public string UserName { get; set; }
|
||||||
public string Avatar { get; set; }
|
public string Avatar { get; set; }
|
||||||
|
|
||||||
|
[Key]
|
||||||
public string UserId { get; set; }
|
public string UserId { get; set; }
|
||||||
public string EMail { get; set; }
|
public string EMail { get; set; }
|
||||||
public string Phone { get; set; }
|
public string Phone { get; set; }
|
||||||
public ILocation BillingAddress { get; set; }
|
public long BillingAddressId { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue