Beispiel #1
0
        public static void Main(string[] args)
        {
            ValidateInput(args);

            PersonCollection personCollection = GetPersonCollectionFromArguments(args);

            personCollection.Read();
            personCollection.FindMatches();
            personCollection.Write();
        }