示例#1
0
 public RoomController(HomeOwnerContext context) => _context = context;
 public ObjectRentController(HomeOwnerContext context) => _context = context;
 public ReservationController(HomeOwnerContext context) => _context = context;
示例#4
0
 public GuestController(HomeOwnerContext context) => _context = context;