cs requires uname
This commit is contained in:
parent
949a534533
commit
6eb8a547bd
6 changed files with 2071 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ namespace Yavsc.Models.Chat
|
|||
|
||||
public class Connection : IConnection
|
||||
{
|
||||
[JsonIgnore]
|
||||
[JsonIgnore,Required]
|
||||
public string ApplicationUserId { get; set; }
|
||||
[ForeignKey("ApplicationUserId"),JsonIgnore]
|
||||
public virtual ApplicationUser Owner { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue