public BookingsController(TraveltourDBContext context)
 {
     _context = context;
     _context.Database.EnsureCreated();
 }
Beispiel #2
0
 public UsersController(TraveltourDBContext context)
 {
     _context = context;
 }