Пример #1
0
 public MonitorController(
     ILog log, IStartMonitor startMonitor, IEnumerable<IFileCreationEventHandler> fileCreationEventHandlers)
 {
     this.log = log;
     this.fileCreationEventHandlers = fileCreationEventHandlers;
     this.startMonitor = startMonitor;
 }
Пример #2
0
 public MonitorController(
     ILog log, IStartMonitor startMonitor, IEnumerable <IFileCreationEventHandler> fileCreationEventHandlers)
 {
     this.log = log;
     this.fileCreationEventHandlers = fileCreationEventHandlers;
     this.startMonitor = startMonitor;
 }