public TestNotifyController(IAccountPingAnService iAccountPingAnService,
                             IOrderPaidService iOrderPaidService,
                             IMemberService iMemberService,
                             IPingAnOrderPaidService iPingAnOrderPaidService,
                             IPreferencesService iPreferencesService,
                             IPingAnOrderPaidRechargeService iPingAnOrderPaidRechargeService)
 {
     this.iAccountPingAnService           = iAccountPingAnService;
     this.iOrderPaidService               = iOrderPaidService;
     this.iMemberService                  = iMemberService;
     this.iPingAnOrderPaidService         = iPingAnOrderPaidService;
     this.iPreferencesService             = iPreferencesService;
     this.iPingAnOrderPaidRechargeService = iPingAnOrderPaidRechargeService;
 }
예제 #2
0
 public OntimePayController(IPingAnOrderPaidRechargeService iPingAnOrderPaidRechargeService)
 {
     this.iPingAnOrderPaidRechargeService = iPingAnOrderPaidRechargeService;
 }