Completato test con chiavi licenza OK

This commit is contained in:
Samuele Locatelli
2022-02-01 12:43:19 +01:00
parent a77e88ca88
commit 98d32300cf
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -86,7 +86,6 @@
AKVList = await DataService.AnagKeyValList();
LicServ.InitAkv();
}
//return base.OnInitializedAsync();
}
+4
View File
@@ -354,6 +354,10 @@ namespace MP.Land.Data
DateTime scadenza = licenseManGLS.expiryDateByAuthKey(Installazione, recLic.NomeVar, numLic, authKey);
answ = scadenza > DateTime.Today;
}
else
{
_logger.LogInformation($"Record non trovato per {authKey}");
}
}
return answ;
}