コード例 #1
0
 public VehiclesController(woodsContext context)
 {
     _context = context;
 }
コード例 #2
0
 public AuthRepository(woodsContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
コード例 #3
0
 public UsersController(woodsContext context)
 {
     _context = context;
 }