how to properly handle binder entities?

13 views Asked by At

I have categories and products, now I want to make endpoints according to the REST API, I have to do this: /categories/123/products. But then I have to return products from CategoryService? Isn't that a solid violation?

0

There are 0 answers