Added backend skeleton, models and services

This commit is contained in:
Mguy13 2023-01-04 18:53:48 +01:00
parent f818b2d39e
commit 9e2565d110
8 changed files with 193 additions and 4 deletions

View file

@ -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
}
]
}