Beispiel #1
0
 public TaskLogController(ITaskLogAppService logAppService, IAppSession appSession, ILoggerFactory loggerFactory, ICommonConfiguration commonConfiguration) : base(appSession, loggerFactory, commonConfiguration)
 {
     _logAppService = logAppService;
 }
Beispiel #2
0
 public TaskLogController(ITaskLogAppService logAppService, ICommonConfiguration commonConfiguration) : base(commonConfiguration)
 {
     _logAppService = logAppService;
 }