mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-14 14:27:24 -04:00
9 lines
108 B
C#
9 lines
108 B
C#
namespace Cleanuparr.Persistence.Providers;
|
|
|
|
public enum DbContextKind
|
|
{
|
|
Data,
|
|
Events,
|
|
Users,
|
|
}
|