public void DeepSave() { Save(); if (colAprIntervencionProfesionalRecords != null) { colAprIntervencionProfesionalRecords.SaveAll(); } if (colFacRelEspecialidadNomencladorRecords != null) { colFacRelEspecialidadNomencladorRecords.SaveAll(); } if (colSysRelEspecialidadEfectorRecords != null) { colSysRelEspecialidadEfectorRecords.SaveAll(); } if (colConConsulta != null) { colConConsulta.SaveAll(); } if (colConAgendaRecords != null) { colConAgendaRecords.SaveAll(); } if (colConAgendaProfesionalRecords != null) { colConAgendaProfesionalRecords.SaveAll(); } }
public void DeepSave() { Save(); if (colSysPacienteRecords != null) { colSysPacienteRecords.SaveAll(); } if (colFacOrdenRecords != null) { colFacOrdenRecords.SaveAll(); } if (colFacContratoObraSocialRecords != null) { colFacContratoObraSocialRecords.SaveAll(); } if (colEmrPrehospitalaria != null) { colEmrPrehospitalaria.SaveAll(); } if (colRemFormularioRecords != null) { colRemFormularioRecords.SaveAll(); } if (colSysRelPacienteObraSocialRecords != null) { colSysRelPacienteObraSocialRecords.SaveAll(); } if (colConConsulta != null) { colConConsulta.SaveAll(); } }