This commit is contained in:
@@ -25,6 +25,11 @@ namespace AyaNova.Models
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name { get; set; }
|
||||
|
||||
|
||||
public CustomerNote()
|
||||
{
|
||||
NoteDate = DateTime.UtcNow;
|
||||
|
||||
Reference in New Issue
Block a user