Пример #1
0
 public Biller(UnibillConfiguration config, TransactionDatabase tDb, IBillingService billingSubsystem, ILogger logger, HelpCentre help, ProductIdRemapper remapper, CurrencyManager currencyManager)
 {
     this.InventoryDatabase   = config;
     this.transactionDatabase = tDb;
     this.billingSubsystem    = billingSubsystem;
     this.logger          = logger;
     logger.prefix        = "UnibillBiller";
     this.help            = help;
     this.Errors          = new List <UnibillError> ();
     this.remapper        = remapper;
     this.currencyManager = currencyManager;
 }
Пример #2
0
 public Biller(UnibillConfiguration config, TransactionDatabase tDb, IBillingService billingSubsystem, ILogger logger, HelpCentre help, ProductIdRemapper remapper, CurrencyManager currencyManager)
 {
     this.InventoryDatabase = config;
     this.transactionDatabase = tDb;
     this.billingSubsystem = billingSubsystem;
     this.logger = logger;
     logger.prefix = "UnibillBiller";
     this.help = help;
     this.Errors = new List<UnibillError> ();
     this.remapper = remapper;
     this.currencyManager = currencyManager;
 }