You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var res = await _worker.GetRepository<Menu>().GetFirstOrDefaultAsync(predicate: c => c.Id.Equals(id)
,include:source=>source.Include(c=>c.Menus).ThenInclude(c=>c.Menus).ThenInclude(c => c.Menus).ThenInclude(c => c.Menus));``
if i only use one include ,they just include once. but how can i use one include to finnish my MenuTree
The text was updated successfully, but these errors were encountered:
I‘m working with my MenuTree,this is my code
if i only use one include ,they just include once. but how can i use one include to finnish my MenuTree
The text was updated successfully, but these errors were encountered: