Exemplo n.º 1
0
 public MetodoPagoCEN(IMetodoPagoCAD _IMetodoPagoCAD)
 {
     this._IMetodoPagoCAD = _IMetodoPagoCAD;
 }
Exemplo n.º 2
0
 public MetodoPagoCEN()
 {
     this._IMetodoPagoCAD = new MetodoPagoCAD();
 }