public static bool Update(VotacionPropuestaEstadoDTO myVotacionPropuestaEstadoDTO) { bool resultado = VotacionPropuestaEstadoDAL.Update(myVotacionPropuestaEstadoDTO); return(resultado); }
public static bool ActivaVotacionPropuestaEstado(VotacionPropuestaEstadoDTO theVotacionPropuestaEstadoDTO) { bool respuesta = VotacionPropuestaEstadoDAL.ActivaVotacionPropuestaEstado(theVotacionPropuestaEstadoDTO); return(respuesta); }
public static bool Insert(VotacionPropuestaEstadoDTO myVotacionPropuestaEstadoDTO) { bool resultado = VotacionPropuestaEstadoDAL.Insert(myVotacionPropuestaEstadoDTO); return(resultado); }