Exemple #1
0
 public HousesDataLoader(IOsmService osm) : base(osm)
 {
 }
Exemple #2
0
 protected OsmDataLoader(IOsmService osm)
 {
     Osm = osm ?? throw new ArgumentNullException(nameof(osm));
 }
 public StreetsDataLoader(IOsmService osm) : base(osm)
 {
 }
Exemple #4
0
 public CitiesDataLoader(IOsmService osm) : base(osm)
 {
 }