示例#1
0
 public ChartController(IWxCloudService wx, ICmsMerchantService merchantService, ICmsSettlementService settlementService, IConfiguration config)
 {
     this.wx = wx;
     this.merchantService   = merchantService;
     this.settlementService = settlementService;
     this.config            = config;
 }
示例#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;
 }
示例#3
0
 public MerchantController(ICmsMerchantService merchantService, ICmsAgentService agentService)
 {
     this.merchantService = merchantService;
     this.agentService    = agentService;
 }
示例#4
0
 public ShopModel(ICmsMerchantService merchantService, ISysRoleService roleService)
 {
     this.merchantService = merchantService;
     this.roleService     = roleService;
 }
示例#5
0
 public MerchantModifyModel(ICmsMerchantService merchantService, ICmsAgentService agentService)
 {
     this.merchantService = merchantService;
     this.agentService    = agentService;
 }