public OrderBookingController(IOrderBookingService iOrderBookingService,
                               IEmployeeService iEmployeeService,
                               IMerchantService iMerchantService,
                               IProjectService iProjectService)
 {
     this.iOrderBookingService = iOrderBookingService;
     this.iEmployeeService     = iEmployeeService;
     this.iMerchantService     = iMerchantService;
     this.iProjectService      = iProjectService;
 }
Пример #2
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;
 }