Files
app-angular-ngrx/db.json.origin
Vincent BENOIT 99f3936e4e first commit
2022-03-29 09:38:33 +02:00

23 lines
341 B
Plaintext

{
"employees": [
{
"id": 1,
"nom": "benoit",
"prenom": "vincent",
"role": "ingénieur"
},
{
"id": 2,
"nom": "guilbot",
"prenom": "alexis",
"role": "ingénieur"
},
{
"id": 3,
"nom": "nauleau",
"prenom": "thierry",
"role": "responsable"
}
]
}