This commit is contained in:
@@ -23,7 +23,7 @@ namespace AyaNova.Models
|
||||
[Required]
|
||||
public NotifyEventType EventType { get; set; }
|
||||
[Required]
|
||||
public long SubscriptionId { get; set; }
|
||||
public long NotifySubscriptionId { get; set; }
|
||||
public string Message { get; set; }
|
||||
[Required]
|
||||
public bool Fetched { get; set; }
|
||||
@@ -34,6 +34,9 @@ namespace AyaNova.Models
|
||||
Fetched = false;
|
||||
}
|
||||
|
||||
//linked entity
|
||||
public NotifySubscription NotifySubscription { get; set; }
|
||||
|
||||
}//eoc
|
||||
|
||||
}//eons
|
||||
|
||||
Reference in New Issue
Block a user