Exemplo n.º 1
0
 public HotelBookingController(IOtherOrderService _orderService, IDisplayService _displayService)
 {
     displayService = _displayService;
     orderService   = _orderService;
 }
Exemplo n.º 2
0
 public TransportBookingController(IOtherOrderService _orderService, IDisplayService _displayService)
 {
     displayService = _displayService;
     orderService   = _orderService;
 }