todo: TODO für Web API-Konfiguration hinzufügen

This commit is contained in:
Developer 02 2024-08-05 15:42:57 +02:00
parent 236e40857f
commit bb9f524648

View File

@ -13,6 +13,7 @@ namespace HRD.WebApi
public EN_LoggingLevel LoggingLevel { get; set; } = EN_LoggingLevel.Info;
}
//TODO: remove this. configure each with iconfiguretion using ioptions interface
public static class WebApiConfig
{
private static string _dalConnectionstring;