示例#1
0
 public ComunicationCEN(IComunicationCAD _IComunicationCAD)
 {
     this._IComunicationCAD = _IComunicationCAD;
 }
示例#2
0
 public ComunicationCEN()
 {
     this._IComunicationCAD = new ComunicationCAD();
 }