Пример #1
0
 public void DeleteHRDirctorAccess(int empId)
 {
     empRep.UpdateEmployeeType(empId, 4);
     empRep.DeleteEmployeeLoginData(empId);
 }