示例#1
0
 public Cupon()
 {
     nivel = new Nivel();
 }
示例#2
0
 public ClienteNivel()
 {
     cliente = new Cliente();
     nivel   = new Nivel();
 }