예제 #1
0
		private void detach_VolunteerJob(VolunteerJob entity)
		{
			this.SendPropertyChanging();
			entity.CodeCampYear = null;
		}
예제 #2
0
 partial void UpdateVolunteerJob(VolunteerJob instance);
예제 #3
0
 partial void DeleteVolunteerJob(VolunteerJob instance);
예제 #4
0
 partial void InsertVolunteerJob(VolunteerJob instance);