示例#1
0
 public ActionResult GetBranchDetails()
 {
     ViewBag.BranchList = objBank.GetBranchDetails();
     return(View());
 }