Hello, I have a question when I get the data of a SQL query, there is the possibility of pulling by list and by Entity, what would be the "most correct" or usability of each?
public List<Usuario> buscarTodos(Usuario mod){...}
public Usuario pesquisarUsuario(Usuario mod) {...}