Beispiel #1
0
 public CarsService(RentCar123DbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public BrandsService(RentCar123DbContext context)
 {
     _context = context;
 }