예제 #1
0
		private void detach_SchoolSubLevels(SchoolSubLevel entity)
		{
			this.SendPropertyChanging();
			entity.SchoolLevel = null;
		}
예제 #2
0
 partial void UpdateSchoolSubLevel(SchoolSubLevel instance);
예제 #3
0
 partial void DeleteSchoolSubLevel(SchoolSubLevel instance);
예제 #4
0
 partial void InsertSchoolSubLevel(SchoolSubLevel instance);