Exemple #1
0
 public CommandRegistry(IEnumerable <IProcessOneRequest> processors,
                        ICreateTheCommandWhenOneCantBeFound missing_command_factory)
 {
     this.processors = processors;
     this.missing_command_factory = missing_command_factory;
 }
 public CommandRegistry(IEnumerable<IProcessOneRequest> processors,
                    ICreateTheCommandWhenOneCantBeFound missing_command_factory)
 {
     this.processors = processors;
       this.missing_command_factory = missing_command_factory;
 }