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