Ejemplo n.º 1
0
 public async Task <IActionResult> Index(int id)
 {
     return(View(await _repository.Index(id)));
 }