Example #1
0
 public SectionMigrator(ILocationRequestor locationRequestor)
 {
     this._locationRequestor = locationRequestor;
 }
Example #2
0
 public SectionExporter(ILocationRequestor locationRequestor)
 {
     _locationRequestor = locationRequestor;
 }