Initializes a new instance of the PaymentProviderBase class
Namespace:
RainWorx.FrameWorx.Providers.PaymentAssembly: RainWorx.FrameWorx.Providers.Payment (in RainWorx.FrameWorx.Providers.Payment.dll) Version: 3.5
Syntax
C#
protected PaymentProviderBase( IDataContext data, INotifierService notifier )
Parameters
- data
- Type: RainWorx.FrameWorx.DALIDataContext
- notifier
- Type: RainWorx.FrameWorx.ServicesINotifierService
See Also