Esempio n. 1
0
 public IEnumerable <Projeto> Listar()
 {
     return(_repository.Listar());
 }