コード例 #1
0
        public IActionResult Index()
        {
            var guitars = _repo.All();

            return(View(guitars));
        }