Example #1
0
 private void importExisting301s()
 {
     foreach (var tuple in jobIOProcessor.temp301s)
     {
         existing301Utils.AddNewCatchAllParam(tuple);
     }
 }
        private void importExisting301s()
        {
            List <Tuple <string, string> > temp301s = jobIOProcessor.ImportExisting301sFromFile();

            foreach (var tuple in temp301s)
            {
                existing301Utils.AddNewCatchAllParam(tuple);
            }
        }