예제 #1
0
 public MyOrdersController(OrderService orderService)
 {
     this.orderService = orderService;
 }
예제 #2
0
 public MyOrdersController()
 {
     this.orderService = new OrderService();
     this.priceService = new PricingService();
 }