This commit is contained in:
2020-06-17 20:32:10 +00:00
parent 0aa00e7f8d
commit ce035b1072
4 changed files with 78 additions and 190 deletions

View File

@@ -33,6 +33,8 @@ namespace rockfishCore.Controllers
[Required]
public Guid DbId { get; set; }
[Required]
public bool LicenseExpires {get;set;}
[Required]
public long LicenseExpiration { get; set; }
[Required]
public long MaintenanceExpiration { get; set; }