Exemplo n.º 1
0
 public AsistenteCEN(IAsistenteCAD _IAsistenteCAD)
 {
     this._IAsistenteCAD = _IAsistenteCAD;
 }
Exemplo n.º 2
0
 public AsistenteCEN()
 {
     this._IAsistenteCAD = new AsistenteCAD();
 }