Exemplo n.º 1
0
 protected DataTable get_branch_list(int pageSize, int pageIndex, string strWhere, string strorder, out int totalcount)
 {
     BLL.branch bll = new BLL.branch();
     return(bll.GetBranchList(pageSize, pageIndex, strWhere, strorder, out totalcount).Tables[0]);
 }
Exemplo n.º 2
0
 protected DataTable get_branch_list(int pageSize, int pageIndex, string strWhere, string strorder, out int totalcount)
 {
     BLL.branch bll = new BLL.branch();
     return bll.GetBranchList(pageSize, pageIndex, strWhere, strorder, out totalcount).Tables[0];
 }
Exemplo n.º 3
0
 protected DataTable get_branch_list(int top, string strwhere, string strorder)
 {
     BLL.branch bll = new BLL.branch();
     return(bll.GetBranchList(top, strwhere, strorder).Tables[0]);
 }
Exemplo n.º 4
0
 protected DataTable get_branch_list(int top,string strwhere,string strorder)
 {
     BLL.branch bll = new BLL.branch();
     return bll.GetBranchList(top, strwhere, strorder).Tables[0];
 }