Exemplo n.º 1
0
 public ActionResult ControllerError()
 {
     TestController.Calc(2, 0);
     return(View());
 }