-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
46 lines (46 loc) · 1.18 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"consultants": [
{
"id": 0,
"firstName": "Michal",
"lastName": "Dzienis",
"employmentStartDate": "2018-05-21",
"registeredHours": 160
},
{
"firstName": "Abbe",
"lastName": "Nilsson",
"employmentStartDate": "2020-03-04",
"registeredHours": 160,
"id": 2
},
{
"firstName": "Nils",
"lastName": "Olsson",
"employmentStartDate": "2019-11-11",
"registeredHours": 275,
"id": 3
},
{
"firstName": "Andreas",
"lastName": "Johannsen",
"employmentStartDate": "2019-09-23",
"registeredHours": 240,
"id": 4
},
{
"firstName": "Nils",
"lastName": "Abbesson",
"employmentStartDate": "2002-11-11",
"registeredHours": 350,
"id": 5
},
{
"firstName": "Jens",
"lastName": "Nilssonsson",
"employmentStartDate": "2017-07-10",
"registeredHours": 250,
"id": 7
}
]
}