Esempio n. 1
0
 // GET: Branch
 public ActionResult Index()
 {
     return(View(db.sp_select_branch().ToList()));
 }