This commit is contained in:
2020-06-18 15:39:51 +00:00
parent 7f65c843e0
commit d218c6cd3c
3 changed files with 36 additions and 9 deletions

View File

@@ -131,6 +131,8 @@ namespace rockfishCore.Controllers
DBLicense.Code = "na";
DBLicense.Key = Key;
DBLicense.RegTo = l.RegisteredTo;
DBLicense.DtLicenseExpiration=l.LicenseExpirationDate;
DBLicense.DtMaintenanceExpiration=l.MaintenanceExpirationDate;
await ct.License.AddAsync(DBLicense);
await ct.SaveChangesAsync();