| | |
| | | } |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = string.Join(",", rhs.KeyWord); |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | |
| | | } |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = string.Join(",", rhs.KeyWord); |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.MinorLoss = rhs.MinorLoss; |