partial void DeleteUserWarned(UserWarned instance);
partial void UpdateUserWarned(UserWarned instance);
private void detach_UserWarneds1(UserWarned entity) { this.SendPropertyChanging(); entity.User1 = null; }
partial void InsertUserWarned(UserWarned instance);
private void attach_UserWarneds1(UserWarned entity) { this.SendPropertyChanging(); entity.User1 = this; }