Exemplo n.º 1
0
 public RoomController(HomeOwnerContext context) => _context = context;
 public ObjectRentController(HomeOwnerContext context) => _context = context;
 public ReservationController(HomeOwnerContext context) => _context = context;
Exemplo n.º 4
0
 public GuestController(HomeOwnerContext context) => _context = context;