TheCSharpAcademy / CONSOLE.PointOfSale

6 stars 15 forks source link

Show Product For Order without Description #57

Closed TheCSharpAcademy closed 10 months ago

TheCSharpAcademy commented 1 year ago

When showing product list for order, it will be more readable to show the list without the description:

Image

TheCSharpAcademy commented 1 year ago

For this we should create a DTO, which will live in a DTOs folder inside the Models folder.