コード例 #1
0
 public DriversController(DriverTrackingContext context)
 {
     _context = context;
 }
コード例 #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;
 }