Exemplo n.º 1
0
 public void ConfigureDev()
 {
     if (CCP != devPreset)
     {
         CCP = devPreset;
     }
 }
Exemplo n.º 2
0
 public void ConfigureTest()
 {
     if (CCP != testPreset)
     {
         CCP = testPreset;
     }
 }
Exemplo n.º 3
0
 public void ConfigureIntegrationTest()
 {
     if (CCP != integrationTestPreset)
     {
         CCP = integrationTestPreset;
     }
 }
Exemplo n.º 4
0
 public CosmosConnector()
 {
     CCP = devPreset;
 }