Exemple #1
0
 public AlertContext(trackingContext context) : base(context)
 {
 }
Exemple #2
0
 public VehiclebrandContext(trackingContext context) : base(context)
 {
 }
 public SuperContext(trackingContext context)
 {
     dbContext = context;
 }