This commit is contained in:
2022-12-28 23:42:42 +00:00
parent d76305b3b2
commit 92f97cbf8e
3 changed files with 115 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ namespace Sockeye.Models
public string Key { get; set; }
public string FetchCode { get; set; }
public string FetchEmail { get; set; }
public DateTime FetchedOn { get; set; }
public DateTime? FetchedOn { get; set; }
public string DbId { get; set; }
public DateTime LicenseExpire { get; set; }
public DateTime MaintenanceExpire { get; set; }