Exemplo n.º 1
0
 public static System.Data.DataTable GetList(int Top, string strWhere, string filedOrder)
 {
     return(FactoryService.GetList(Top, strWhere, filedOrder));
 }
Exemplo n.º 2
0
 public static System.Data.DataTable getList(string strsql)
 {
     return(FactoryService.GetList(strsql));
 }