Пример #1
0
        public ActionResult Search(string keyword)
        {
            var 銀行資訊 = repo.Searchname(keyword);

            return(View("Index", 銀行資訊));
        }