Beispiel #1
0
        internal Match(string first, string second, IMetric metric)
        {
            First  = first;
            Second = second;

            Score = metric.Compare(First, Second);
        }