Example #1
0
        public static bool ValidaEliminacionProyectoEstado(ProyectoEstadoDTO theProyectoEstadoDTO)
        {
            bool respuesta = facade.ProyectoEstado.ValidaEliminacionProyectoEstado(theProyectoEstadoDTO);

            return(respuesta);
        }
Example #2
0
        public static bool ActivaProyectoEstado(ProyectoEstadoDTO theProyectoEstadoDTO)
        {
            bool respuesta = ProyectoEstadoDAL.ActivaProyectoEstado(theProyectoEstadoDTO);

            return(respuesta);
        }