コード例 #1
0
        //
        // GET: /ServerData/

        public ActionResult Index()
        {
            return(View(RestClient.GetAll()));
        }