示例#1
0
 public ResponseListQuestions(ResponseQuestion Respuesta, List <Questions> Questions)
 {
     Response           = new ResponseListQuestion();
     Response.Response  = Respuesta;
     Response.Questions = Questions;
 }
示例#2
0
 public ResponseAddQuestions(ResponseQuestion Respuesta)
 {
     Response          = new ResponseAddQuestion();
     Response.Response = Respuesta;
 }