Ejemplo n.º 1
0
        //
        // GET: /ServerData/

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