make the domain and data layers

This commit is contained in:
raf-dev1
2025-06-16 13:48:15 +03:00
parent 3893740080
commit 9d7113cee8
5 changed files with 116 additions and 0 deletions

View File

@ -234,4 +234,7 @@ abstract class ApiEndpoints {
'/projects/{projectUuid}/communities/{communityUuid}/spaces/{spaceUuid}/devices';
static const String getReportLogs = '/devices/{uuid}/report-logs?code={code}';
//booking System APIs
static const String upcomingBookings = '/bookings/{uuid}/';
}