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

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