Beispiel #1
0
 public ActionResult AnularCredito(int pCreditoId, string pObservacion)
 {
     return(Json(CreditoBL.AnularCredito(pCreditoId, pObservacion), JsonRequestBehavior.AllowGet));
 }