Esempio n. 1
0
 public ActionResult GetAccounts()
 {
     return(View(accountBll.GetAccounts()));
 }