Beispiel #1
0
 public DriversController(DriverTrackingContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public HardBreakRecordsController(DriverTrackingContext context)
 {
     _context = context;
 }
 public CitationRecordsController(DriverTrackingContext context)
 {
     _context = context;
 }
 public TripRecordsController(DriverTrackingContext context)
 {
     _context = context;
 }
 public AccidentReportRecordsController(DriverTrackingContext context)
 {
     _context = context;
 }