コード例 #1
0
 public StubRecipeScheduler(IRecipeStepExecutor recipeStepExecutor) {
     _recipeStepExecutor = recipeStepExecutor;
 }
コード例 #2
0
 public StubRecipeScheduler(IRecipeStepExecutor recipeStepExecutor)
 {
     _recipeStepExecutor = recipeStepExecutor;
 }