Skip to content

Commit

Permalink
Update Tests/NewPlatform.Flexberry.ORM.ODataService.Tests/Startups/Ma…
Browse files Browse the repository at this point in the history
…sterLightLoadTestStartup.cs
  • Loading branch information
bratchikov authored Oct 23, 2024
1 parent 31d0ded commit 21ac6cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ public override void Configure(IApplicationBuilder app, IHostingEnvironment env)
PseudoDetailDefinitions pseudoDetailDefinitions = (PseudoDetailDefinitions)container.Resolve(typeof(PseudoDetailDefinitions));
var masterLightLoadTypes = new List<Type> { typeof(Котенок) }; // <- set MasterLightLoad property for this DataObject
// Set MasterLightLoad property for this DataObject
var masterLightLoadTypes = new List<Type> { typeof(Котенок) };
var modelBuilder = new DefaultDataObjectEdmModelBuilder(assemblies, false, pseudoDetailDefinitions, masterLightLoadTypes: masterLightLoadTypes);
var token = builder.MapDataObjectRoute(modelBuilder);
Expand Down

0 comments on commit 21ac6cc

Please sign in to comment.