Example #1
0
 public JsonResult GetPointsJson()
 {
     return(Json(calculation.getPoints(), JsonRequestBehavior.AllowGet));
 }
Example #2
0
 public JsonResult GetPointsJson()
 {
     return(Json(FunctCalc.getPoints(), JsonRequestBehavior.AllowGet));
 }