DbContext.SaveChangesAsync has no effect on the collection of changed objects
Hi. I get products collection from dbContext, change some values and want to save it in the database, but after SaveChangesAsync () is done in the database there are no changes. When previewing objects from dbContext at the end, I also cannot see the edited fields:
Product is an entity btw.
Product is an entity btw.