コード例 #1
0
        // GET: Home
        public ActionResult Index()
        {
            var retorno = GitHubService.GetAll();

            return(View(retorno.items));
        }