fast fertig

This commit is contained in:
darthsandmann
2016-11-17 12:36:16 +01:00
parent 50f239ad08
commit f804e2bacd
33 changed files with 307 additions and 112 deletions

View File

@ -1,8 +0,0 @@
{
"Sitz": "Sitz",
"Name": "Name",
"id": "2",
"Anzahl Mitarbeiter": "10",
"Schwerpunkt": "Schwerpunkt",
"Branche": "Branche"
}

View File

@ -0,0 +1,8 @@
{
"id": "4",
"Branche": "IT",
"Sitz": "Cupertino",
"Schwerpunkt": "Informatik",
"Anzahl Mitarbeiter": "110000",
"Name": "Apple"
}

View File

@ -0,0 +1,8 @@
{
"id": "5",
"Branche": "IT",
"Sitz": "Redmond",
"Schwerpunkt": "Informatik",
"Anzahl Mitarbeiter": "114000",
"Name": "Microsoft"
}

View File

@ -0,0 +1,8 @@
{
"id": "6",
"Branche": "IT",
"Sitz": "Armonk",
"Schwerpunkt": "Elektrotechnik",
"Anzahl Mitarbeiter": "377000",
"Name": "IBM"
}

View File

@ -1 +1 @@
2
6