Exemple #1
0
        public static bool ValidaEliminacionVacaciones(VacacionesDTO theVacacionesDTO)
        {
            bool respuesta = facade.Vacaciones.ValidaEliminacionVacaciones(theVacacionesDTO);

            return(respuesta);
        }
Exemple #2
0
        public static bool ActivaVacaciones(VacacionesDTO theVacacionesDTO)
        {
            bool respuesta = YouCom.DAL.VacacionesDAL.ActivaVacaciones(theVacacionesDTO);

            return(respuesta);
        }