Esempio n. 1
0
 public PresupuestoCEN(IPresupuestoCAD _IPresupuestoCAD)
 {
     this._IPresupuestoCAD = _IPresupuestoCAD;
 }
Esempio n. 2
0
 public PresupuestoCEN()
 {
     this._IPresupuestoCAD = new PresupuestoCAD ();
 }