コード例 #1
0
 public JsonResult Agregar(Grupo pg)
 {
     return(Json(bl.Agregar(pg), JsonRequestBehavior.AllowGet));
 }