示例#1
0
        // GET: Bank
        public ActionResult Index()
        {
            var res = _bankContext.GetAll();

            return(View(res));
        }