Esempio n. 1
0
 public BibliotecaCEN(IBibliotecaCAD _IBibliotecaCAD)
 {
     this._IBibliotecaCAD = _IBibliotecaCAD;
 }
Esempio n. 2
0
 public BibliotecaCEN()
 {
     this._IBibliotecaCAD = new BibliotecaCAD();
 }