TheCSharpAcademy / CONSOLE.PointOfSale

6 stars 15 forks source link

Implemented ViewOrders() and modified GetOrders() accordingly #48

Closed edvaudin closed 1 year ago

edvaudin commented 1 year ago

I was having issues accessing related data from orders. I trust that the appropriate solution was to inclue the OrderProduct and Product details in the GetOrders query. Please let me know if I should have done this a different way.

edvaudin commented 1 year ago

It looks like I was quite behind the main branch, so many of these commits includes attempting to catch up and removing conflicts. Let me know if any side effects here should not be there.