예제 #1
0
 //[MyExceptionHandler]
 public ActionResult Index()
 {
     return(View(manager.GetAllUserAccounts().ToList()));
 }