Example #1
0
 public TestController(IMemberService iMemberManagementService,
                       IOrderBookingService iOrderBookingService,
                       IOrderHousePaymentService iOrderHousePaymentService,
                       IOrderPaidService iOrderPaidService,
                       IAreaGuangDaService iAreaGuangDaService,
                       IPingAnAPIService ipingAnAPIService)
 {
     this.iMemberManagementService  = iMemberManagementService;
     this.iOrderBookingService      = iOrderBookingService;
     this.iOrderHousePaymentService = iOrderHousePaymentService;
     this.iOrderPaidService         = iOrderPaidService;
     this.iAreaGuangDaService       = iAreaGuangDaService;
     this.ipingAnAPIService         = ipingAnAPIService;
 }
Example #2
0
 public OrderPaidController(IOrderPaidService iOrderPaidService,
                            IEmployeeService iEmployeeService,
                            IMerchantService iMerchantService,
                            IProjectService iProjectService,
                            IPreferencesService iPreferencesService,
                            IPingAnAPIService iPingAnAPIService)
 {
     this.iOrderPaidService   = iOrderPaidService;
     this.iMerchantService    = iMerchantService;
     this.iEmployeeService    = iEmployeeService;
     this.iProjectService     = iProjectService;
     this.iPreferencesService = iPreferencesService;
     this.iPingAnAPIService   = iPingAnAPIService;
 }