forked from Olympic/NTO-2025-Backend-TeamTask
ура
This commit is contained in:
@@ -56,5 +56,7 @@ public class Booking {
|
|||||||
public void setPlace(Place place) {
|
public void setPlace(Place place) {
|
||||||
this.place = place;
|
this.place = place;
|
||||||
}
|
}
|
||||||
|
public void setEmployee(Employee employee) {
|
||||||
|
this.employee = (Employee) employee;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user