Exemplo n.º 1
0
        // GET: Test
        public ActionResult Index()
        {
            string Message = _room.GetAllItemsAsync();

            return(View());
        }
Exemplo n.º 2
0
 // GET: Features
 public async Task <IActionResult> Index()
 {
     return(View(await _hotelService.GetAllItemsAsync()));
 }