Exemplo n.º 1
0
 // GET api/apitest/5
 public int Get(int id)
 {
     return(TestController.Calc(2, 0));
 }
Exemplo n.º 2
0
 public ActionResult ControllerError()
 {
     TestController.Calc(2, 0);
     return(View());
 }