Example #1
0
 public YellowTripDatasController(easygoContext context)
 {
     _context = context;
 }
Example #2
0
 public TaxiZonesController(easygoContext context)
 {
     _context = context;
 }
Example #3
0
 public FhvTripDatasController(easygoContext context)
 {
     _context = context;
 }
 public GreenTripDatasController(easygoContext context)
 {
     _context = context;
 }