Пример #1
0
 public static object GetListByPage(string where, int s, int e)
 {
     return(FactoryService.GetListByPage(where, s, e));
 }