コード例 #1
0
 public App(IPostcodeImporter postcodeImporter, ILocationWriter locationWriter)
 {
     _postcodeImporter = postcodeImporter;
     _locationWriter   = locationWriter;
 }
コード例 #2
0
 public ExternalPostcodeImporter(ILocationWriter locationWriter, IMatchingConfiguration configuration)
 {
     _configuration  = configuration;
     _locationWriter = locationWriter;
 }