Ejemplo n.º 1
0
 public Debitor()
 {
     Client      = new Client();
     CostAccount = new CostAccount();
 }
Ejemplo n.º 2
0
 public Creditor()
 {
     Client      = new Client();
     CostAccount = new CostAccount();
 }