예제 #1
0
        public ActionResult Index()
        {
            var service = new HiveService();
            var model   = service.GetHives();

            return(View(model));
        }