Namespace SunamoUnderscore
Classes
- RadioButtonsSql
Represents the state of SQL database radio button selections. Used by IDatabasesConnections to determine which database to connect to. Must be a class (not enum) because IDatabasesConnections is static in _ and cannot have type arguments.
- _
Global static sharing data objects for cross-module communication.
Interfaces
- IComgateOAuth
Comgate-specific OAuth configuration. Must be in SunamoUnderscore so both SunamoComgate and GoPay can reference it through a shared path.
- IDatabasesConnections
Interface for managing database connections and switching between them.
- IGoPayOAuth
GoPay-specific OAuth configuration.
- IOAuth
Common OAuth configuration interface shared by Comgate and GoPay payment gateways.