示例#1
0
        public static bool Update(DTO.ProyectoEstadoDTO myProyectoEstadoDTO)
        {
            bool resultado = ProyectoEstadoDAL.Update(myProyectoEstadoDTO);

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

            return(respuesta);
        }
示例#3
0
        public static bool Insert(DTO.ProyectoEstadoDTO myProyectoEstadoDTO)
        {
            bool resultado = ProyectoEstadoDAL.Insert(myProyectoEstadoDTO);

            return(resultado);
        }