fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.45k stars 726 forks source link

Brand and all its products #376

Open dlrmartin opened 2 years ago

dlrmartin commented 2 years ago

Hello. I'm new with Clean and I'm writing because I stuck for a whole week with this issue. It is about relationships. on brands I need to GetAllAsync that includes, for each brand, a list of all product for each brand.

May I use AddInclude on filterspecification? May I use lazy loader?

I'm confused. I apreciate any help

JuandreG commented 2 years ago

Hi @dlrmartin

Did you manage to solve this issue and if so how did you go about it? I'm having the same troubles.

Regards