partial void DeleteSIGEEA_Cuota_Asociado(SIGEEA_Cuota_Asociado instance);
 partial void UpdateSIGEEA_Cuota_Asociado(SIGEEA_Cuota_Asociado instance);
		private void detach_SIGEEA_Cuota_Asociados(SIGEEA_Cuota_Asociado entity)
		{
			this.SendPropertyChanging();
			entity.SIGEEA_Cuota = null;
		}
 partial void InsertSIGEEA_Cuota_Asociado(SIGEEA_Cuota_Asociado instance);
		private void attach_SIGEEA_Cuota_Asociados(SIGEEA_Cuota_Asociado entity)
		{
			this.SendPropertyChanging();
			entity.SIGEEA_Asociado = this;
		}