Exemplo n.º 1
0
 public TripService()
 {
     _tripRepository = new TripRepository();
     _hashIdsService = new HashidService();
 }
Exemplo n.º 2
0
 public FlightService()
 {
     _flightRpository = new FlightRepository();
     _hashidService   = new HashidService();
 }