This commit is contained in:
2021-07-30 21:36:29 +00:00
parent 58b05dd1f3
commit bb4ea56c19
6 changed files with 31 additions and 132 deletions

View File

@@ -110,9 +110,16 @@ namespace AyaNova.Models
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.Quote; }
//workaround for notification
//workaround for notification
[NotMapped, JsonIgnore]
public string Name { get; set; }
public string Name
{
get
{
return this.Serial.ToString();
}
set => throw new System.NotImplementedException();
}
}//eoc