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