Exemplo n.º 1
0
 public RecipePhaseController(IRecipePhaseService recipePhaseService)
 {
     _recipePhaseService = recipePhaseService;
 }
Exemplo n.º 2
0
 public RecipeService(IConfiguration configuration, IRecipePhaseService recipePhaseService)
 {
     _configuration      = configuration;
     _recipePhaseService = recipePhaseService;
 }