-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Assignees
@ikesnowy
Description
e.g.
// loads Blog.Posts, Post.Tags and Blog.Categories var blog = await blogRepository.GetAsync(request.BlogId, [x => x.Posts, x => x.Tags], x => x.Categories);