예제 #1
0
 public ActionResult GetPoints()
 {
     return(Json(new
     {
         data = _repo.GetPoints(),
         href = URL + "/points"
     }));
 }