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