Пример #1
0
 public CommonLogInfoGeneratorService(ICommonLogEnvInfoGeneratorService commonLogEnvInfoGeneratorService)
 {
     _commonLogEnvInfoGeneratorService = commonLogEnvInfoGeneratorService;
 }
Пример #2
0
 public CommonLogLogger(ICommonLogEnvInfoGeneratorService commonLogEnvInfoGeneratorService, ICommonLogExecute commonLogExecute)
 {
     _commonLogEnvInfoGeneratorService = commonLogEnvInfoGeneratorService;
     _commonLogExecute = commonLogExecute;
 }