This commit is contained in:
2018-09-05 23:13:59 +00:00
parent deee704135
commit 90a4d89486
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace AyaNova.Models
//relations
//https://docs.microsoft.com/en-us/ef/core/modeling/relationships#other-relationship-patterns
[JsonIgnore]
[JsonIgnore]//hide from being returned (as null anyway) with User object in routes
public UserOptions UserOptions { get; set; }
}