- fix auth annuale x home e footer
This commit is contained in:
Samuele Locatelli
2023-10-16 10:59:47 +02:00
parent 14323bf637
commit 9690e26194
11 changed files with 80 additions and 17 deletions
+5 -2
View File
@@ -45,8 +45,11 @@ namespace MP.AppAuth.Controllers
public void Dispose()
{
// Clear database controller
dbController.Dispose();
if (dbController != null)
{
// Clear database controller
dbController.Dispose();
}
}
#endregion Public Methods