EFCore Updating an item after mapping with Automapper
Hey I am using Ef core to store some data in sqlite. I need to translate it to another object to show it in my UI. When I go to update it, it is adding another copy of the item to the DB. How can I transform between the two items and update or add as needed.
How I am doing the update
How I am doing the update