Esempio n. 1
0
 public Facade(IOrderProcessingService orderProcessingService, IPaymentService paymentService, ICartProcessingService cartProcessingService)
 {
     this.orderProcessingService = orderProcessingService;
     this.paymentService         = paymentService;
     this.cartProcessingService  = cartProcessingService;
 }