Ejemplo n.º 1
0
        public async Task <IActionResult> Index()
        {
            List <Repository> repos = await GitRepo.GetReposAsync();

            return(View(repos));
        }