Can delete an accommodation

This commit is contained in:
2024-05-23 21:30:51 +02:00
parent c4fadce69f
commit 18582fdff7
5 changed files with 99 additions and 9 deletions

View File

@@ -463,6 +463,10 @@ impl Accommodation {
pub fn id(&self) -> AccommodationID {
AccommodationID(self.id)
}
pub fn family_id(&self) -> FamilyID {
FamilyID(self.family_id)
}
}
#[derive(Insertable)]