}                                                     //end ContractExclusionAllocationCode()

        public ContractExclusionAllocationCode(net.autotask.webservices.ContractExclusionAllocationCode entity) : base(entity)
        {
        } //end ContractExclusionAllocationCode(net.autotask.webservices.ContractExclusionAllocationCode entity)
Ejemplo n.º 2
0
        }                                                     //end ContractExclusionAllocationCode()

        public ContractExclusionAllocationCode(net.autotask.webservices.ContractExclusionAllocationCode entity) : base(entity)
        {
            this.AllocationCodeID = long.Parse(entity.AllocationCodeID.ToString());
            this.ContractID       = long.Parse(entity.ContractID.ToString());
        } //end ContractExclusionAllocationCode(net.autotask.webservices.ContractExclusionAllocationCode entity)