This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user