This commit is contained in:
Samuele Locatelli
2024-07-18 18:01:00 +02:00
parent 5e7081d445
commit b38dcb5953
3 changed files with 3 additions and 13 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ namespace MP.AppAuth.Controllers
{
#region Public Fields
public static AppAuth.Controllers.MPController dbController;
public static MPController dbController;
#endregion Public Fields
@@ -57,7 +57,7 @@ namespace MP.AppAuth.Controllers
#region Private Fields
private static IConfiguration _configuration;
private static NLog.Logger Log = LogManager.GetCurrentClassLogger();
private static Logger Log = LogManager.GetCurrentClassLogger();
#endregion Private Fields
}