Exemple #1
0
 public List <Question> QuestionAnswer_GetByTop(string Top, string Where, string Order)
 {
     return(obj.QuestionAnswer_GetByTop(Top, Where, Order));
 }