Services.ViewModels vs Services.Presentation.Model ?
Scott,
Can you explain why you chose to create some objects in the Agathas.Storefront.Services.ViewModels namespace (and project) and others inside the Agathas.Storefront.Services.Presentation.Model namespace (and project) ?
For example, I'm looking at "CategoryView.cs" and comparing it to "CategoryDto.cs" and they have exactly the same class definition, other than the name of course.
I see some objects have multiple definitions like this, while others do not and only exist in the ViewModels namespace (BasketView, OrderView, etc.)
|