Example #1
0
 private Service()
 {
     _flightService = new FlightsService();
     _flightService.PayForTimeInMilliSeconds(10000);
 }