示例#1
0
 public PresupuestoCEN(IPresupuestoCAD _IPresupuestoCAD)
 {
     this._IPresupuestoCAD = _IPresupuestoCAD;
 }
示例#2
0
 public PresupuestoCEN()
 {
     this._IPresupuestoCAD = new PresupuestoCAD ();
 }