20-12-2022

This commit is contained in:
Jonathan Jenne
2022-12-20 16:47:36 +01:00
parent 1e925242bc
commit 6bca1f53f4
4 changed files with 18 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ namespace ECM.JobRunner.Web.Data
private readonly Logger logger;
private readonly IEDMIServiceChannel channel;
public string Title = "No Title";
public HelperService(LoggingService Logging, WcfService Wcf)
{
logger = Logging.LogConfig.GetLogger();