예제 #1
0
 public ActionResult Get()
 {
     return(Json(new
     {
         data = _repo.Get(),
         href = URL
     }));
 }