public AccountCategory(Terrasoft.Configuration.AccountCategory source) : base(source) { this.CopyEntityLookupProperties(source); }
public AccountCategory(AccountCategory source) : base(source) { }