コード例 #1
0
 public JsonResult ObtenerPorId(Int64 pId)
 {
     return(Json(GrupoBL.ObtenerPoId(pId), JsonRequestBehavior.AllowGet));
 }