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