This commit is contained in:
@@ -23,6 +23,14 @@ namespace AyaNova.Models
|
||||
public long UserId { get; set; }
|
||||
[NotMapped]
|
||||
public string UserViz { get; set; }
|
||||
[NotMapped]
|
||||
public string NameViz { get; set; }
|
||||
[NotMapped]
|
||||
public string ColorViz { get; set; }
|
||||
[NotMapped]
|
||||
public bool CompletedViz { get; set; }
|
||||
[NotMapped]
|
||||
public bool LockedViz { get; set; }
|
||||
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user