This commit is contained in:
@@ -29,8 +29,8 @@ namespace AyaNova.Models
|
||||
|
||||
//date of the event actually occuring, e.g. WarrantyExpiry date. Compared with subscription to determine if deliverable or not
|
||||
public DateTime EventDate { get; set; }
|
||||
public string Subject { get; set; }//email subject line
|
||||
public string Message { get; set; }//email body
|
||||
// public string Subject { get; set; }//email subject line
|
||||
// public string Message { get; set; }//email body
|
||||
|
||||
|
||||
|
||||
@@ -42,8 +42,7 @@ namespace AyaNova.Models
|
||||
AyaType = AyaType.NoType;
|
||||
ObjectId = 0;
|
||||
Name = string.Empty;
|
||||
Subject="na";
|
||||
Message="na";
|
||||
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user