public CommonLogInfoGeneratorService(ICommonLogEnvInfoGeneratorService commonLogEnvInfoGeneratorService)
 {
     _commonLogEnvInfoGeneratorService = commonLogEnvInfoGeneratorService;
 }
Beispiel #2
0
 public CommonLogLogger(ICommonLogEnvInfoGeneratorService commonLogEnvInfoGeneratorService, ICommonLogExecute commonLogExecute)
 {
     _commonLogEnvInfoGeneratorService = commonLogEnvInfoGeneratorService;
     _commonLogExecute = commonLogExecute;
 }