Example #1
0
 public IActionResult OnGet()
 {
     EscapeRooms = _escapeRoomData.GetAll();
     return(Page());
 }