Example #1
0
 public MyOrdersController()
 {
     this.orderService = new OrderService();
     this.priceService = new PricingService();
 }
Example #2
0
 public PricingController(PricingService pricingService)
 {
     this.pricingService = pricingService;
 }