Exemplo n.º 1
0
 public OrdersController(IParkingLotSerive parkingLotService, IOrderService orderService)
 {
     this.parkingLotService = parkingLotService;
     this.orderService      = orderService;
 }