Esempio n. 1
0
        public void DeepSave()
        {
            Save();

            if (colAprEgresoMaternoRecords != null)
            {
                colAprEgresoMaternoRecords.SaveAll();
            }

            if (colAprEstiloVidaRecords != null)
            {
                colAprEstiloVidaRecords.SaveAll();
            }

            if (colAprActualPatologiaEmbarazoRecords != null)
            {
                colAprActualPatologiaEmbarazoRecords.SaveAll();
            }

            if (colAprAntecedentePatologiaEmbarazoRecords != null)
            {
                colAprAntecedentePatologiaEmbarazoRecords.SaveAll();
            }

            if (colAprAbortoRecords != null)
            {
                colAprAbortoRecords.SaveAll();
            }

            if (colAprConsultaAntenatalRecords != null)
            {
                colAprConsultaAntenatalRecords.SaveAll();
            }
        }
        public void DeepSave()
        {
            Save();

            if (colAprEstiloVidaRecords != null)
            {
                colAprEstiloVidaRecords.SaveAll();
            }
        }