protected DataTable get_user_branch_list(int pageSize, int pageIndex, string strWhere, string filedOrder, out int totalcount) { BLL.users bll = new BLL.users(); return(bll.GetBranchList(pageSize, pageIndex, strWhere, filedOrder, out totalcount).Tables[0]); }
protected DataTable get_user_branch_list(int pageSize, int pageIndex, string strWhere, string filedOrder, out int totalcount) { BLL.users bll = new BLL.users(); return bll.GetBranchList(pageSize, pageIndex, strWhere, filedOrder, out totalcount).Tables[0]; }