Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. | dic |
  2.  
  3. dic := Dictionary new.
  4.  
  5. ContratacaoDePonto todos do: [ :contratoDePonto |
  6.     contratoDePonto pontosFisicos do: [ :pontoFisico |
  7.         dic at: pontoFisico put: pontoFisico equipamentos.
  8.     ].
  9. ].
  10. dic out.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement