partial void UpdateUserRole(UserRole instance);
partial void DeleteUserRole(UserRole instance);
partial void InsertUserRole(UserRole instance);
private void detach_UserRoles1(UserRole entity) { this.SendPropertyChanging(); entity.ApplicationRole1 = null; }
private void attach_UserRoles(UserRole entity) { this.SendPropertyChanging(); entity.ApplicationRole = this; }
private void detach_UserRoles(UserRole entity) { this.SendPropertyChanging(); entity.Account = null; }
private void attach_UserRoles(UserRole entity) { this.SendPropertyChanging(); entity.Account = this; }