Example #1
0
 public string IfDepartmentHaveEmployee(string departmentId, string postId, string employeeId)
 {
     using (EmployeePostChangeBLL bll = new EmployeePostChangeBLL())
     {
         return bll.IfDepartmentHaveEmployee(departmentId, postId, employeeId);
     }
 }