protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureServerComputerDBMS = new CustomerInfrastructureServerComputerDBMS();

            this.customerInfrastructureServerComputerDBMS.CustomerInfrastructureServerComputer
                = this.CustomerInfrastructureServerComputer;
        }
Exemplo n.º 2
0
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureServerComputerDBMS = new CustomerInfrastructureServerComputerDBMS();

            this.customerInfrastructureServerComputerDBMS.CustomerInfrastructureServerComputer
                = this.CustomerInfrastructureServerComputer;
            this.customerInfrastructureServerComputerDBMS.Activated = true;
            this.customerInfrastructureServerComputerDBMS.Deleted   = false;
        }