Esempio n. 1
0
 public List <Topic> Topic_GetByTop(string Top, string Where, string Order)
 {
     return(obj.Topic_GetByTop(Top, Where, Order));
 }