Beispiel #1
0
 public IEnumerable <Usuario> BuscarPorNome(string nome)
 {
     return(_servicoUsuario.BuscarPorNome(nome));
 }