Exemplo n.º 1
0
 partial void DeleteB2BTest(B2BTest instance);
Exemplo n.º 2
0
		private void detach_Tests(B2BTest entity)
		{
			this.SendPropertyChanging();
			entity.B2BCategory = null;
		}
Exemplo n.º 3
0
 partial void UpdateB2BTest(B2BTest instance);
Exemplo n.º 4
0
 partial void InsertB2BTest(B2BTest instance);
Exemplo n.º 5
0
		private void detach_B2BTests(B2BTest entity)
		{
			this.SendPropertyChanging();
			entity.B2BCompletedTest = null;
		}
Exemplo n.º 6
0
		private void detach_B2BTests(B2BTest entity)
		{
			this.SendPropertyChanging();
			entity.B2BLesson = null;
		}
Exemplo n.º 7
0
		private void attach_B2BTests(B2BTest entity)
		{
			this.SendPropertyChanging();
			entity.B2BLesson = this;
		}