Exemplo n.º 1
0
 public List<V_EMPLOYEEVIEW> GetEmployeeViewsWithOutPermissions(int pageIndex, int pageSize, string sort, string filterString, IList<object> paras, ref int pageCount, string sType, string sValue)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         List<V_EMPLOYEEVIEW> q = bll.GetEmployeeViewsWithOutPermissions(pageIndex, pageSize, sort, filterString, paras, ref  pageCount, sType, sValue);
         return q;
     }
 }