Exemplo n.º 1
0
 public PagoCEN(IPagoCAD _IPagoCAD)
 {
     this._IPagoCAD = _IPagoCAD;
 }
Exemplo n.º 2
0
 public PagoCEN()
 {
     this._IPagoCAD = new PagoCAD();
 }