Пример #1
0
		private void attach_Matches(Match entity)
		{
			this.SendPropertyChanging();
			entity.Competition = this;
		}
Пример #2
0
		private void detach_Matches(Match entity)
		{
			this.SendPropertyChanging();
			entity.Competition = null;
		}
Пример #3
0
 partial void DeleteMatch(Match instance);
Пример #4
0
 partial void UpdateMatch(Match instance);
Пример #5
0
 partial void InsertMatch(Match instance);
Пример #6
0
		private void detach_Matches3(Match entity)
		{
			this.SendPropertyChanging();
			entity.Player7 = null;
		}
Пример #7
0
		private void attach_Matches3(Match entity)
		{
			this.SendPropertyChanging();
			entity.Player7 = this;
		}