mirror of
https://github.com/Floriansylvain/Exo-technique-VIE-Barcelone-SaaS-HRTech.git
synced 2026-08-19 11:43:23 +02:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"title": "ABC Garage",
|
||||
"address": "123 Main Street, City A",
|
||||
"customer": "clienta"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "XYZ Auto Shop",
|
||||
"address": "456 Elm Street, City B",
|
||||
"customer": "clientb"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "City Motors",
|
||||
"address": "789 Oak Avenue, City C",
|
||||
"customer": "clientc"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Sunset Garage",
|
||||
"address": "321 Pine Street, City D",
|
||||
"customer": "clienta"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Speedy Auto Repair",
|
||||
"address": "654 Cedar Lane, City E",
|
||||
"customer": "clientc"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user