Example #1
0
 public ActionResult Transferir()
 {
     return(Json(CajaDiarioBL.TransferirCajaDiarioBoveda(), JsonRequestBehavior.AllowGet));
 }