示例#1
0
 public ClientePFXCC()
 {
     _cc = new CartaoCredito();
 }
 public ClienteCartao()
 {
     _cc = new CartaoCredito();
 }