コード例 #1
0
 // GET: Customer
 public ActionResult Index()
 {
     return(View(_context.GetAll()));
 }