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