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