Exemple #1
0
 private void GatherEnvironments(IEnvironments environments)
 {
     //TODO: Turn this into a foreach read from a property file
     environments.GatherEnvironments("DEV");
     environments.GatherEnvironments("QA");
     environments.GatherEnvironments("CERT");
     environments.GatherEnvironments("PROD");
 }