コード例 #1
0
 public Projeto ObterProjetoPorCodigo(string codigoProjeto)
 {
     return(ProjetoDAO.ObterProjetoPorCodigo(codigoProjeto));
 }