Ejemplo n.º 1
0
 partial void DeleteCourthearing(Courthearing instance);
Ejemplo n.º 2
0
 partial void InsertCourthearing(Courthearing instance);
Ejemplo n.º 3
0
 partial void UpdateCourthearing(Courthearing instance);
Ejemplo n.º 4
0
		private void detach_Courthearings(Courthearing entity)
		{
			this.SendPropertyChanging();
			entity.Issue = null;
		}