public Commerce2(IBillingProcessorLocator billingProcessorLocator, ICustomerProcessor customer, INotificationProcessor notifier, ILoggingProcessor logger) { _BillingProcessorLocator = billingProcessorLocator; _Customer = customer; _Notifier = notifier; _Logger = logger; }
public Commerce2(IBillingProcessorLocator billingProcessorLocator, ICustomerProcessor customer, INotificationProcessor notifier, ILoggingProcessor logger) { _billingProcessorLocator = billingProcessorLocator; _customer = customer; _notifier = notifier; _logger = logger; }