Пример #1
0
 public List<V_EMPLOYEEVIEW> GetEmployeeLeaderForWP(string employeeId, string postId)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeeLeaderForWP(employeeId, postId);
     }
 }