Example #1
0
 public AsistenteCEN(IAsistenteCAD _IAsistenteCAD)
 {
     this._IAsistenteCAD = _IAsistenteCAD;
 }
Example #2
0
 public AsistenteCEN()
 {
     this._IAsistenteCAD = new AsistenteCAD();
 }