This commit is contained in:
2020-07-16 15:54:08 +00:00
parent 12ccca9bd0
commit 35bf96e5c0
3 changed files with 13 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ namespace AyaNova.Models
[Required]
public long UserId { get; set; }
public AyaType? AyaType { get; set; }
public AyaType? AyaType { get; set; }//Note: could be Global meaning any corebiz object would be included if relevant (e.g. ObjectCreated)
[Required]
public NotifyEventType EventType { get; set; }
public TimeSpan? AdvanceNotice { get; set; } //Note: I've been doing nullable wrong sort of: https://stackoverflow.com/a/29149207/8939