Exemple #1
0
        public ActionResult Gallery()
        {
            var recipes = _homeService.Get();

            return(View(recipes));
        }