예제 #1
0
        public IActionResult Index()
        {
            try
            {
                List <Room> rooms = (List <Room>)createMultiple.CreateAll();

                return(View(rooms));
            }
            catch (Exception e)
            {
                throw e;
            }
        }