Esempio n. 1
0
 public VehiclesController(woodsContext context)
 {
     _context = context;
 }
 public AuthRepository(woodsContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
 public UsersController(woodsContext context)
 {
     _context = context;
 }