Added backend skeleton, models and services
This commit is contained in:
parent
f818b2d39e
commit
9e2565d110
8 changed files with 193 additions and 4 deletions
|
@ -6,13 +6,13 @@
|
|||
"ProductId": "PID3",
|
||||
"Description": "pid3 description",
|
||||
"Amount": 1.5,
|
||||
"price": 19.5
|
||||
"price": 42.0
|
||||
},
|
||||
{
|
||||
"ProductId": "PID4",
|
||||
"Description": "pid4 description",
|
||||
"Amount": 2.5,
|
||||
"price": 12.1
|
||||
"price": 169.0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue