Example #1
0
        // GET: Shot
        public async Task <string> Index()
        {
            var shot = await new ShotAplicacao().ObterJson(Configuracao.Obter("EnderecoPaginaShotDribbble"), 2204334);

            return(shot);
            //return Json(shots, JsonRequestBehavior.AllowGet);
        }