Example #1
0
		private void detach_Pytanies(Pytanie entity)
		{
			this.SendPropertyChanging();
			entity.TypPytania = null;
		}
Example #2
0
		private void attach_Pytanies(Pytanie entity)
		{
			this.SendPropertyChanging();
			entity.TypPytania = this;
		}
Example #3
0
 partial void DeletePytanie(Pytanie instance);
Example #4
0
 partial void UpdatePytanie(Pytanie instance);
Example #5
0
 partial void InsertPytanie(Pytanie instance);
Example #6
0
		private void attach_Pytanies(Pytanie entity)
		{
			this.SendPropertyChanging();
			entity.Ankieta1 = this;
		}