Exemplo n.º 1
0
 public IndexModel(ILogger <IndexModel> logger,
                   JsonFileRecipeService recipeService)
 {
     _logger       = logger;
     RecipeService = recipeService;
 }
 public RecipesController(JsonFileRecipeService recipeService)
 {
     this.recipeService = recipeService;
 }