Exemple #1
0
 public OrderHousePaymentController(IOrderHousePaymentService iOrderHousePaymentService,
                                    IEmployeeService iEmployeeService,
                                    IMerchantService iMerchantService)
 {
     this.iOrderHousePaymentService = iOrderHousePaymentService;
     this.iMerchantService          = iMerchantService;
     this.iEmployeeService          = iEmployeeService;
 }
 public NotifyController(IOrderHousePaymentService iOrderHousePaymentService,
                         IPreferencesService iPreferencesService,
                         IOrderPaidService iOrderPaidService)
 {
     this.iOrderHousePaymentService = iOrderHousePaymentService;
     this.iPreferencesService       = iPreferencesService;
     this.iOrderPaidService         = iOrderPaidService;
     logger = LogManager.GetCurrentClassLogger();
 }
 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;
 }