partial void DeleteUserContact(UserContact instance);
partial void UpdateUserContact(UserContact instance);
private void detach_UserContacts(UserContact entity) { this.SendPropertyChanging(); entity.User = null; }
partial void InsertUserContact(UserContact instance);
private void attach_UserContacts(UserContact entity) { this.SendPropertyChanging(); entity.User = this; }