Beispiel #1
0
 public FrontController(ICanFindCommandsThatCanProcessRequests command_registry)
 {
     this.command_registry = command_registry;
 }
 public FrontController(ICanFindCommandsThatCanProcessRequests command_registry)
 {
     this.command_registry = command_registry;
 }