コード例 #1
0
ファイル: FrontController.cs プロジェクト: avieru/dwpds
 public FrontController(IFindCommands command_registry)
 {
   this.command_registry = command_registry;
 }
コード例 #2
0
 public FrontController(IFindCommands commandRegistry)
 {
     command_registry = commandRegistry;
 }