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