public CreateController(IRecipeServer recipeServer)
 {
     this.recipeServer = recipeServer;
 }
Example #2
0
 public HomeController(IRecipeServer recipeServer)
 {
     this.recipeServer = recipeServer;
 }