Beispiel #1
0
 public IList <Projeto> Listar(string nome)
 {
     return(projetoRepository.Consultar(x => x.NomeProjeto.Contains(nome)));
 }