Example #1
0
 public ActionResult RealizarDesembolso(int pCreditoId)
 {
     return(Json(CajaDiarioBL.RealizarDesembolso(pCreditoId)
                 , JsonRequestBehavior.AllowGet));
 }