예제 #1
0
 public void ActualizarCamposPreguntasXID(EM_Preguntas Datos)
 {
     try
     {
         EM_PreguntasDatos PD = new EM_PreguntasDatos();
         PD.ActualizacionCamposPreguntasXID(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #2
0
 public void ObtenerCampoMapaPreguntaXID(EM_Preguntas Datos)
 {
     try
     {
         EM_PreguntasDatos PD = new EM_PreguntasDatos();
         PD.ObtenerCamposPreguntasXID(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #3
0
 public List <EM_Preguntas> ObtenerPreguntasXID(EM_Preguntas Datos)
 {
     try
     {
         EM_PreguntasDatos PD = new EM_PreguntasDatos();
         return(PD.ObtenerPregutasXIDEncuesta(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #4
0
 public void EliminarPreguntasXID(EM_Preguntas Datos)
 {
     try
     {
         EM_PreguntasDatos PD = new EM_PreguntasDatos();
         PD.EliminarPreguntasXID(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #5
0
 public void ACPreguntas(EM_Preguntas Datos)
 {
     try
     {
         EM_PreguntasDatos PD = new EM_PreguntasDatos();
         PD.ACPreguntas(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }