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