Skip to content

Instantly share code, notes, and snippets.

@vlapenkov
Created August 29, 2025 06:25
Show Gist options
  • Select an option

  • Save vlapenkov/8c16cd0bc46cc67ef25065e42ff64a32 to your computer and use it in GitHub Desktop.

Select an option

Save vlapenkov/8c16cd0bc46cc67ef25065e42ff64a32 to your computer and use it in GitHub Desktop.
EventType enum
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