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