Exemplo n.º 1
0
 public SamsungAppsBillingService(UnibillConfiguration config, ProductIdRemapper remapper, IRawSamsungAppsBillingService rawSamsung, ILogger logger)
 {
     this.config     = config;
     this.remapper   = remapper;
     this.rawSamsung = rawSamsung;
     this.logger     = logger;
 }
 public SamsungAppsBillingService(UnibillConfiguration config, ProductIdRemapper remapper, IRawSamsungAppsBillingService rawSamsung, ILogger logger)
 {
     this.config = config;
     this.remapper = remapper;
     this.rawSamsung = rawSamsung;
     this.logger = logger;
 }
Exemplo n.º 3
0
 public SamsungAppsBillingService(UnibillConfiguration config, IRawSamsungAppsBillingService rawSamsung)
 {
     this.config     = config;
     this.rawSamsung = rawSamsung;
 }