This commit is contained in:
@@ -26,7 +26,11 @@ namespace AyaNova.Models
|
||||
public bool Viewed { get; set; }
|
||||
public bool Replied { get; set; }
|
||||
public long? FromId { get; set; }
|
||||
[NotMapped]
|
||||
public string FromViz { get; set; }
|
||||
public long? ToId { get; set; }
|
||||
[NotMapped]
|
||||
public string ToViz { get; set; }
|
||||
public DateTime Sent { get; set; }//redundant but displayed all over the place in the UI so properly redundant
|
||||
|
||||
public Memo()
|
||||
|
||||
Reference in New Issue
Block a user