Exemple #1
0
 public IEnumerable <Projeto> GetAllProjetos()
 {
     return(projetos.GetAll());
 }