using NpgsqlTypes; namespace CH.Enum; public enum Currency { [PgName("USD")] USD, [PgName("CAD")] CAD, }