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