Exemple #1
0
 public VehicleContext(trackingContext context) : base(context)
 {
 }
Exemple #2
0
 public DriverContext(trackingContext context) : base(context)
 {
 }
Exemple #3
0
 public SuperContext(trackingContext context)
 {
     dbContext = context;
 }