Example #1
0
 public Caixa()
 {
     id = GeradorId.GerarIdCaixa();
 }
Example #2
0
 public Crianca()
 {
     id = GeradorId.GerarIdRevista();
 }
Example #3
0
 public Revista()
 {
     id = GeradorId.GerarIdRevista();
 }
Example #4
0
 public Emprestimo()
 {
     id = GeradorId.GerarIdEmprestimo();
 }