public List <UsuarioDto> ListarUsuarios(int id)
 {
     return(_appService.GetAll());
 }
Exemplo n.º 2
0
 public List <UsuarioGetDTO> GetAll()
 {
     return(_appService.GetAll());
 }