fixes latest commit

This commit is contained in:
2018-02-07 20:17:26 +01:00
parent b29bc43d50
commit ac3ed6e189

View File

@ -6,9 +6,11 @@ namespace Yavsc.Models.Messaging
{
public string UserName { get; set; }
public string Avatar { get; set; }
[Key]
public string UserId { get; set; }
public string EMail { get; set; }
public string Phone { get; set; }
public ILocation BillingAddress { get; set; }
public long BillingAddressId { get; set; }
}
}