Exemplo n.º 1
0
 public MyBrewsController(IUserService userService, IRecipeService recipeService, IBrewService brewService, ITemperatureAggregateService temperatureAggregateService)
 {
     UserService   = userService;
     RecipeService = recipeService;
     BrewService   = brewService;
     TemperatureAggregateService = temperatureAggregateService;
 }
Exemplo n.º 2
0
 public MyBrewsController(IUserService userService, IRecipeService recipeService, IBrewService brewService, ITemperatureAggregateService temperatureAggregateService)
 {
     UserService = userService;
     RecipeService = recipeService;
     BrewService = brewService;
     TemperatureAggregateService = temperatureAggregateService;
 }