This commit is contained in:
2020-12-01 16:05:18 +00:00
parent a6c388f43d
commit 50eb631d51
3 changed files with 36 additions and 4 deletions

View File

@@ -34,6 +34,9 @@ namespace AyaNova.Models
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.User; }
// [JsonIgnore]//hide from being returned (as null anyway) with User object in routes
// public UserOptions UserOptions { get; set; }
}//eoc
public class User : ICoreBizObjectModel