This commit is contained in:
2022-03-08 22:59:48 +00:00
parent 7e248cced7
commit c6f3ca2b72
3 changed files with 8 additions and 9 deletions

View File

@@ -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()