Exemple #1
0
 public LocationCEN(ILocationCAD _ILocationCAD)
 {
     this._ILocationCAD = _ILocationCAD;
 }
Exemple #2
0
 public LocationCEN()
 {
     this._ILocationCAD = new LocationCAD();
 }