Ejemplo n.º 1
0
 partial void DeleteCorteDetalle(CorteDetalle instance);
Ejemplo n.º 2
0
 partial void InsertCorteDetalle(CorteDetalle instance);
Ejemplo n.º 3
0
 partial void UpdateCorteDetalle(CorteDetalle instance);
Ejemplo n.º 4
0
		private void detach_CorteDetalles(CorteDetalle entity)
		{
			this.SendPropertyChanging();
			entity.Corte = null;
		}