Example #1
0
		private void detach_PlanZanyat_Student(PlanZanyat_Student entity)
		{
			this.SendPropertyChanging();
			entity.PlanZanyat = null;
		}
Example #2
0
		private void attach_PlanZanyat_Student(PlanZanyat_Student entity)
		{
			this.SendPropertyChanging();
			entity.Student = this;
		}
Example #3
0
 partial void UpdatePlanZanyat_Student(PlanZanyat_Student instance);
Example #4
0
 partial void DeletePlanZanyat_Student(PlanZanyat_Student instance);
Example #5
0
 partial void InsertPlanZanyat_Student(PlanZanyat_Student instance);