Beispiel #1
0
 public List<V_EMPLOYEEVIEW> GetEmployeeByNameForWP(string empName, decimal postLevel, PostLeavelCompareType type)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeeByNameForWP(empName, postLevel, type);
     }
 }