Beispiel #1
0
        public static bool Insert(DTO.Propuesta.VotacionPropuestaRespuestaDTO myVotacionPropuestaRespuestaDTO)
        {
            bool resultado = VotacionPropuestaRespuestaDAL.Insert(myVotacionPropuestaRespuestaDTO);

            return(resultado);
        }
Beispiel #2
0
        public static bool Delete(DTO.Propuesta.VotacionPropuestaRespuestaDTO myVotacionPropuestaRespuestaDTO)
        {
            bool resultado = VotacionPropuestaRespuestaDAL.Delete(myVotacionPropuestaRespuestaDTO);

            return(resultado);
        }