예제 #1
0
 public UsersController(Booking2Context context)
 {
     _context = context;
 }
예제 #2
0
 public ImagesController(Booking2Context context)
 {
     _context = context;
 }
 public BuildingsController(Booking2Context context)
 {
     _context = context;
 }
예제 #4
0
 public RentsController(Booking2Context context)
 {
     _context = context;
 }