示例#1
0
 public AccountOwnership(AccountOwnership source)
     : base(source)
 {
 }
 public AccountOwnership(Terrasoft.Configuration.AccountOwnership source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }