|
This is my I get from the base class property I don't have problems with saving. Default repo inserts new records without problem but when I try to update some record I got this problem: Why is it happening and how to solve this problem? |
Answered by
maliming
Dec 6, 2024
Replies: 1 comment 1 reply
|
hi You can inherit another Remove |
1 reply
Answer selected by
BekAllaev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi
You can inherit another
base classif you want to remove theConcurrencyStampfrom your entity.Remove
IHasConcurrencyStampfrom base class.