Example #1
0
 public SitioCEN(ISitioCAD _ISitioCAD)
 {
     this._ISitioCAD = _ISitioCAD;
 }
Example #2
0
 public SitioCEN()
 {
     this._ISitioCAD = new SitioCAD ();
 }