Exemple #1
0
 public TaxiReservationGateway(Mod2Context context)
 {
     _context = context;
 }
 public PostChargeGateway(Mod2Context context)
 {
     _context = context;
 }
 public ShuttlePassengerGateway(Mod2Context context)
 {
     _context = context;
 }
 public ShuttleBusGateway(Mod2Context context)
 {
     _context = context;
 }
Exemple #5
0
 public ReservationInvoiceGateway(Mod2Context context)
 {
     _context = context;
 }
 public ShuttleScheduleGateway(Mod2Context context)
 {
     _context = context;
 }