示例#1
0
 private void SaveMatchLevel1(MatchedName match)
 {
     // Don't save if the values are the same
     if (match.Level1NotSame())
     {
         matchProvider.SaveMatchLevel1(
             match.InputLocation.Name1,
             match.GazetteerLocation.Name1);
     }
 }