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