Esempio n. 1
0
 public ListOfChildrenTypes(IOperationsExecutor executor)
 {
     this.executor = executor;
 }
 public OperationController(IDataConverter converter, IOperationsExecutor executor, ILogger log)
 {
     this.converter = converter;
     this.executor  = executor;
     this.log       = log;
 }
 public ClientConnection(IDataConverter converter, IOperationsExecutor executor, ILogger log)
 {
     this.converter = converter;
     this.executor  = executor;
     this.log       = log;
 }