main #8

Closed
student-18211 wants to merge 22 commits from student-18211/NTO-2025-Backend-TeamTask:main into main
Showing only changes of commit 18b3e950c1 - Show all commits

View File

@@ -57,7 +57,4 @@ public class Booking {
this.place = place;
}
public void setEmployee(Employee employee) {
this.employee = (Employee) employee;
}
}