partial void DeleteInbox(Inbox instance);
partial void UpdateInbox(Inbox instance);
private void detach_Inboxes(Inbox entity) { this.SendPropertyChanging(); entity.Account = null; }
partial void InsertInbox(Inbox instance);
private void attach_Inboxes(Inbox entity) { this.SendPropertyChanging(); entity.Account = this; }