atomiv / atomiv-dotnet

Atomiv .NET Template
https://atomiv.org
MIT License
4 stars 2 forks source link

Template Lite - Orders - Setup #616

Open jcupac opened 4 years ago

jcupac commented 4 years ago

Order has Id, OrderDate (time created), CustomerId, list of order items Order Item has Id, selected Product Id, current info copied about that product (ProductCode, PoductDescription, ProductPrice), Quantity

Prerequisities: Tutorials regarding: REST API, .NET Core, Entity Framework Core, one-to-many relationships

jcupac commented 3 years ago

TODO Update Method for Order -> OrderItems Postman - image