Example #1
0
 public InstructorModel(Instructor i)
 {
     _instructor = i;
     populate();
 }
 partial void DeleteInstructor(Instructor instance);
 partial void InsertInstructor(Instructor instance);
 partial void UpdateInstructor(Instructor instance);
		private void detach_Instructors(Instructor entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}