public UsersController(Booking2Context context)
 {
     _context = context;
 }
 public ImagesController(Booking2Context context)
 {
     _context = context;
 }
 public BuildingsController(Booking2Context context)
 {
     _context = context;
 }
Exemple #4
0
 public RentsController(Booking2Context context)
 {
     _context = context;
 }