Exemple #1
0
 public IQueryable <Obra> ObterObraPorDescricao(string nomeObra)
 {
     return(_obraRepository.ObterObraPorDescricao(nomeObra));
 }