Example #1
0
 partial void DeleteJugadorAmigo(JugadorAmigo instance);
Example #2
0
 partial void UpdateJugadorAmigo(JugadorAmigo instance);
Example #3
0
		private void detach_JugadorAmigos(JugadorAmigo entity)
		{
			this.SendPropertyChanging();
			entity.Jugador = null;
		}
Example #4
0
 partial void InsertJugadorAmigo(JugadorAmigo instance);
Example #5
0
		private void attach_JugadorAmigos(JugadorAmigo entity)
		{
			this.SendPropertyChanging();
			entity.Jugador = this;
		}