partial void OnLoaded() { this._lvl1 = new CustomerLvl1(this); }
public CustomerLvl2(CustomerLvl1 owner) { this._owner = owner; }
partial void OnCreated() { this._lvl1 = new CustomerLvl1(this); }