Can change a reservation time

This commit is contained in:
2024-05-30 19:54:05 +02:00
parent 33b03a4d74
commit f07a6a8923
4 changed files with 88 additions and 32 deletions

View File

@@ -60,6 +60,10 @@ impl FamilyAndAccommodationReservationInPath {
&self.0
}
pub fn as_accommodation(&self) -> &Accommodation {
&self.1
}
pub fn to_accommodation(self) -> Accommodation {
self.1
}