Пример #1
0
        public PerfCountersController()
        {
            var config = Settings.StorageConfiguration;

            this.repository  = new PerfCounterRepository(config);
            this.deployments = new DeploymentRepository(config);
        }
 public PerfCountersController()
 {
     var config = Settings.StorageConfiguration;
     this.repository = new PerfCounterRepository(config);
     this.deployments = new DeploymentRepository(config);
 }