Exemple #1
0
 // GET: Rooms
 public IActionResult Index()
 {
     return(View(_hotelService.GetAllRoomsAndRoomTypes()));
 }