コード例 #1
0
 public WebApiRequestExecutor(IJasonServerConfiguration configuration, IWebApiCommandDispatcher commandDispatcher, IWebApiJobDispatcher jobDispatcher)
 {
     this.configuration     = configuration;
     this.commandDispatcher = commandDispatcher;
     this.jobDispatcher     = jobDispatcher;
 }
コード例 #2
0
 public WebApiRequestExecutor( IJasonServerConfiguration configuration, IWebApiCommandDispatcher commandDispatcher, IWebApiJobDispatcher jobDispatcher )
 {
     this.configuration = configuration;
     this.commandDispatcher = commandDispatcher;
     this.jobDispatcher = jobDispatcher;
 }