partial void DeleteGameResult(GameResult instance);
partial void UpdateGameResult(GameResult instance);
private void detach_GameResults(GameResult entity) { this.SendPropertyChanging(); entity.User = null; }
partial void InsertGameResult(GameResult instance);
private void attach_GameResults(GameResult entity) { this.SendPropertyChanging(); entity.User = this; }