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