Exemple #1
0
 public List<V_MOBILEEMPLOYEE> GetEmployeeListMobile(int pageIndex, int pageSize, string sort, string filterString, IList<object> paras, ref int pageCount, string userID, bool isGetPhoto)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeeListMobile(pageIndex, pageSize, sort, filterString, paras, ref  pageCount, userID, isGetPhoto).ToList();
     }
 }