Brewage.Web.Controllers.HomeController.HomeController C# (CSharp) Method

HomeController() public method

public HomeController ( IRecipeService recipeService ) : System
recipeService IRecipeService
return System
        public HomeController(IRecipeService recipeService)
        {
            _recipeService = recipeService;
        }