Can change a reservation time
This commit is contained in:
@@ -60,6 +60,10 @@ impl FamilyAndAccommodationReservationInPath {
|
||||
&self.0
|
||||
}
|
||||
|
||||
pub fn as_accommodation(&self) -> &Accommodation {
|
||||
&self.1
|
||||
}
|
||||
|
||||
pub fn to_accommodation(self) -> Accommodation {
|
||||
self.1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user