This commit is contained in:
2020-07-17 13:40:31 +00:00
parent c547913d12
commit 0658632459
35 changed files with 39 additions and 39 deletions

View File

@@ -32,7 +32,7 @@ namespace AyaNova.Models
public DateTime? LastLogin { get; set; }
[NotMapped]
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.User; }
}//eoc
@@ -97,7 +97,7 @@ namespace AyaNova.Models
}
}
[NotMapped]
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.User; }
}//eoc