Example #1
0
 // GET: Torneo
 public async Task <IActionResult> Index()
 {
     return(View(await _TorneoNegocio.GetAllAsync()));
 }