Skip to content

Commit

Permalink
Do not exclude product properties SN-730
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliy-chefonov committed Oct 15, 2024
1 parent d275f95 commit 421b02e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,5 @@ public void Configure(EntityOptionsBuilder<Product> entityOptionsBuilder)
{
builder.SetIsReadOnly(true);
});

entityOptionsBuilder.ExcludeAllProperties();
}
}

0 comments on commit 421b02e

Please sign in to comment.