Пример #1
0
 public FrontController(IFindCommands command_registry)
 {
   this.command_registry = command_registry;
 }
Пример #2
0
 public FrontController(IFindCommands commandRegistry)
 {
     command_registry = commandRegistry;
 }