-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
maliming
Dec 6, 2024
Replies: 1 comment 1 reply
-
hi You can inherit another Remove |
Beta Was this translation helpful? Give feedback.
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 class
if you want to remove theConcurrencyStamp
from your entity.Remove
IHasConcurrencyStamp
from base class.