Completato test con chiavi licenza OK
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
AKVList = await DataService.AnagKeyValList();
|
||||
LicServ.InitAkv();
|
||||
}
|
||||
//return base.OnInitializedAsync();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user