コード例 #1
0
        //public ActionResult Delete()
        //{
        //    return View();
        //}

        public ActionResult Show()
        {
            var dataList = _customer.Show();

            return(View(dataList));
        }