Exemplo n.º 1
0
 public function hasRoom(Appointment $appointment, Vacancy $vacancy)
 {
     return $vacancy->hasRoom();
 }