Example #1
0
 public ChartController(IWxCloudService wx, ICmsMerchantService merchantService, ICmsSettlementService settlementService, IConfiguration config)
 {
     this.wx = wx;
     this.merchantService   = merchantService;
     this.settlementService = settlementService;
     this.config            = config;
 }
Example #2
0
 public SyncController(IWxCloudService wx, ICmsMerchantService merchantService, ICmsSettlementService cmsDaily, IConfiguration config, IHttpClientFactory factory, ICmsBalanceService balanceService)
 {
     this.wx = wx;
     this.merchantService = merchantService;
     this.cmsDaily        = cmsDaily;
     this.config          = config;
     this.factory         = factory;
     this.balanceService  = balanceService;
 }