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