appointment and waiting room update

This commit is contained in:
2025-03-04 12:58:37 +02:00
parent eff4fae83e
commit 23dbe21a2c
9 changed files with 391 additions and 91 deletions

View File

@@ -174,11 +174,13 @@ class CalendarArguments {
final AppUser signedInUser;
final bool personalSelected;
final Business? business;
final BusinessUser? businessUser;
CalendarArguments(
this.signedInUser,
this.personalSelected,
this.business,
this.businessUser,
);
}