コード例 #1
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;
 }
コード例 #2
0
ファイル: BalanceController.cs プロジェクト: uvaa/ytjkb
 public BalanceController(ICmsBalanceService balanceService, ICmsLevelService levelService)
 {
     this.balanceService = balanceService;
 }