Esempio n. 1
0
 public CarsService(RentCar123DbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public BrandsService(RentCar123DbContext context)
 {
     _context = context;
 }