コード例 #1
0
 public AccountCategory(Terrasoft.Configuration.AccountCategory source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }
コード例 #2
0
 public AccountCategory(AccountCategory source)
     : base(source)
 {
 }