Edup
Repository Pattern and Clean Architecture
You have a point.
But how do you abstract the data you're getting?
Example... I have to get promotional products, I only need to show name and price (ProductSumamaryDto)... and I have 2 projects: Blazor / Api.
Both of them need to get promotional products.
46 replies