Esempio n. 1
0
 public static bool CerrarCaja(int id)
 {
     return(CajaDAL.EstablecerEstado(id, false));
 }
Esempio n. 2
0
 public static bool AbrirCaja(int id)
 {
     return(CajaDAL.EstablecerEstado(id, true));
 }