public List<V_EMPLOYEESTATICINFO> GetEmployeesIntime(int pageIndex, int pageSize, string sort, string filterString, IList<object> paras, ref int pageCount, string sType, string sValue, string userID) { using (EmployeeBLL bll = new EmployeeBLL()) { return bll.GetEmployeesIntime(pageIndex, pageSize, sort, filterString, paras, ref pageCount, sType, sValue, userID); } }