Exemple #1
0
 partial void DeletePLAYER_GAME_PUNTING(PLAYER_GAME_PUNTING instance);
Exemple #2
0
 partial void UpdatePLAYER_GAME_PUNTING(PLAYER_GAME_PUNTING instance);
Exemple #3
0
		private void detach_PLAYER_GAME_PUNTINGs(PLAYER_GAME_PUNTING entity)
		{
			this.SendPropertyChanging();
			entity.GAME1 = null;
		}
Exemple #4
0
 partial void InsertPLAYER_GAME_PUNTING(PLAYER_GAME_PUNTING instance);
Exemple #5
0
		private void attach_PLAYER_GAME_PUNTINGs(PLAYER_GAME_PUNTING entity)
		{
			this.SendPropertyChanging();
			entity.PLAYER1 = this;
		}