public static DataTable GetProjectBudgetList(int pageindex, int pagecount, string projectid, string summaryname, string OrderBy, XBase.Common.UserInfoUtil userinfo, ref int totalCount) { return(ProjectBudgetDBHelper.GetProjectBudgetList(pageindex, pagecount, projectid, summaryname, OrderBy, userinfo, ref totalCount)); }