Beispiel #1
0
 public ServiceStation(IGateUtility gateUtility)
 {
     this._gateUtility = gateUtility;
 }
Beispiel #2
0
 public ServiceStation(IGateUtility gateUtility)
 {
     this._gateUtility = new ServiceStationUtility();
 }