Ejemplo n.º 1
0
 // GET: Rollen
 public async Task <IActionResult> Index()
 {
     return(View(await _rolRepository.GetAsync()));
 }