partial void DeleteFORNECEDOR_HORARIO(FORNECEDOR_HORARIO instance);
 partial void InsertFORNECEDOR_HORARIO(FORNECEDOR_HORARIO instance);
 partial void UpdateFORNECEDOR_HORARIO(FORNECEDOR_HORARIO instance);
		private void detach_FORNECEDOR_HORARIOs(FORNECEDOR_HORARIO entity)
		{
			this.SendPropertyChanging();
			entity.FORNECEDOR = null;
		}