Exemple #1
0
 public List<V_EMPLOYEEVIEW> GetAllEmployeeLeaderForWP(string employeeId, string postId)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetAllEmployeeLeaderForWP(employeeId, postId);
     }
 }