Beispiel #1
0
 // GET: Admin/UserAccounts
 public ActionResult Index()
 {
     return(View(bll.GetAll().ToList()));
 }