Hello,
Im trying to save an object to the Entity Framework using a Domain Service. The problem is that I get the customer, but then when I try to add the changed Entity back it says the the customer already exist... How can I just Update the customer and anot
Add a new one?