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