Esempio n. 1
0
 public JsonResult obtener_recibos_lista()
 {
     return(Json(di.Listarecibos(), JsonRequestBehavior.AllowGet));
 }