Exemplo n.º 1
0
 public PagarCEN(IPagarCAD _IPagarCAD)
 {
     this._IPagarCAD = _IPagarCAD;
 }
Exemplo n.º 2
0
 public PagarCEN()
 {
     this._IPagarCAD = new PagarCAD();
 }