Exemplo n.º 1
0
 public IEnumerable <Foto> BuscarTodos()
 {
     return(_fotoRepository.ReadAll());
 }