コード例 #1
0
        public void DeepSave()
        {
            Save();

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

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

            if (colAprControlNiñoSanoEnfermeria != null)
            {
                colAprControlNiñoSanoEnfermeria.SaveAll();
            }

            if (colAprControlNiñoSanoConsultorioRecords != null)
            {
                colAprControlNiñoSanoConsultorioRecords.SaveAll();
            }

            if (colAprControlNiñoSanoHemoglobinaRecords != null)
            {
                colAprControlNiñoSanoHemoglobinaRecords.SaveAll();
            }

            if (colAprControlNiñoSanoOdontologicoRecords != null)
            {
                colAprControlNiñoSanoOdontologicoRecords.SaveAll();
            }
        }
コード例 #2
0
        public void DeepSave()
        {
            Save();

            if (colAprControlNiñoSanoConsultorioRecords != null)
            {
                colAprControlNiñoSanoConsultorioRecords.SaveAll();
            }
        }