Refactor memory service implementation: rename MemoryBookableSpaceService to MemoryCalendarService for clarity and consistency

This commit is contained in:
mohammad
2025-07-17 12:46:07 +03:00
parent fe2f4a872b
commit 7876af9756
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ class _BookingPageState extends State<BookingPage> {
remoteService: RemoteCalendarService(
HTTPService(),
),
memoryService: MemoryBookableSpaceService(),
memoryService: MemoryCalendarService(),
),
)),
],