partial void DeleteACCOUNT(ACCOUNT instance);
partial void UpdateACCOUNT(ACCOUNT instance);
private void detach_ACCOUNTs(ACCOUNT entity) { this.SendPropertyChanging(); entity.TYPE = null; }
partial void InsertACCOUNT(ACCOUNT instance);
private void attach_ACCOUNTs(ACCOUNT entity) { this.SendPropertyChanging(); entity.TYPE = this; }