Created
August 29, 2025 06:25
-
-
Save vlapenkov/8c16cd0bc46cc67ef25065e42ff64a32 to your computer and use it in GitHub Desktop.
EventType enum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public enum EventType | |
| { | |
| //Примитивы событий на уровне бд | |
| Unchanged = 1, | |
| Delete = 2, | |
| Update, | |
| Add, | |
| Archive, | |
| None, | |
| SoftDelete | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment