Example #1
0
 protected Environment CreateEnvironment(string name, IDictionary <string, object> attributes)
 {
     //return Instance.Create.Environment(name, SandboxProject, attributes);
     return(EntityFactory.CreateEnvironment(name, SandboxProject, attributes));
 }