Ejemplo n.º 1
0
 public CarCompareRepository(CarCompareContext Contexts)
 {
     _CarCompareContext = Contexts ?? throw new ArgumentNullException(nameof(Contexts));
 }
Ejemplo n.º 2
0
 public CarsController(CarCompareContext context)
 {
     _context = context;
 }