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