This commit is contained in:
@@ -14,6 +14,8 @@ namespace AyaNova.Models
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
[Required]
|
||||
public long UserId { get; set; }
|
||||
[Required]
|
||||
public DateTime Created { get; set; }
|
||||
public AyaType? AyaType { get; set; }
|
||||
@@ -24,12 +26,12 @@ namespace AyaNova.Models
|
||||
public long SubscriptionId { get; set; }
|
||||
public string Message { get; set; }
|
||||
[Required]
|
||||
public bool Fetched {get;set;}
|
||||
public bool Fetched { get; set; }
|
||||
|
||||
public Notification()
|
||||
{
|
||||
Created = DateTime.UtcNow;
|
||||
Fetched=false;
|
||||
Fetched = false;
|
||||
}
|
||||
|
||||
}//eoc
|
||||
|
||||
Reference in New Issue
Block a user