Ejemplo n.º 1
0
 public TimecastCEN(ITimecastCAD _ITimecastCAD)
 {
     this._ITimecastCAD = _ITimecastCAD;
 }
Ejemplo n.º 2
0
 public TimecastCEN()
 {
     this._ITimecastCAD = new TimecastCAD();
 }