public LocatePoBoxCommand(IGoogleDriveCache driveCache, ReprojectPointsCommand repojectPoints)
 {
     _driveCache     = driveCache;
     _repojectPoints = repojectPoints;
 }
Beispiel #2
0
 public ParseZoneCommand(IRegexCache regex, IGoogleDriveCache driveCache)
 {
     _regex      = regex;
     _driveCache = driveCache;
 }
Beispiel #3
0
 public GetAddressSystemFromCityCommand(IGoogleDriveCache driveCache)
 {
     _driveCache = driveCache;
 }
 public UspsDeliveryPointCommand(IGoogleDriveCache drivecCache, ReprojectPointsCommand reproject)
 {
     _drivecCache = drivecCache;
     _reproject   = reproject;
 }