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