Ejemplo n.º 1
0
 private void SaveMatchLevel2(MatchedName match)
 {
     // Don't save if the values are the same
     if (match.Level2NotSame())
     {
         matchProvider.SaveMatchLevel2(
             match.InputLocation.Name2,
             match.GazetteerLocation.Name1,
             match.GazetteerLocation.Name2);
     }
 }