Commit 2d6038e8 by dingsongjie

格式化代码

parent 7cc09863
Showing with 3 additions and 3 deletions
......@@ -47,9 +47,9 @@ namespace Backet.Api
services.ConfigureGrainStorageOptions<BacketDbContext, BacketGrain, Backet.Api.Domain.AggregatesModel.BacketAggregate.Backet>(
options =>
{
options.UseQuery(context => context.Backets
.Include(box => box.BacketItems), context => context.Backets.AsNoTracking()
.Include(box => box.BacketItems));
options.UseQuery(context => context.Backets.Include(box => box.BacketItems),
context => context.Backets.AsNoTracking().Include(box => box.BacketItems)
);
options.IsRelatedData = true;
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment