コード例 #1
0
 public BoardTaskController(ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher,
     IHyperMediaFactory hyperMediaFactory)
 {
     this.commandDispatcher = commandDispatcher;
     this.queryDispatcher = queryDispatcher;
     this.hyperMediaFactory = hyperMediaFactory;
 }
コード例 #2
0
 public BoardController(ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher,
                        IHyperMediaFactory hyperMediaFactory)
 {
     this.commandDispatcher = commandDispatcher;
     this.queryDispatcher   = queryDispatcher;
     this.hyperMediaFactory = hyperMediaFactory;
 }
コード例 #3
0
 public BoardController(IHyperMediaFactory hyperMediaFactory,
                        IMediator mediator)
 {
     this.hyperMediaFactory = hyperMediaFactory;
     this.mediator          = mediator;
 }