Example #1
0
        public void DeepSave()
        {
            Save();

            if (colFacNomencladorRecords != null)
            {
                colFacNomencladorRecords.SaveAll();
            }
        }
Example #2
0
        public void DeepSave()
        {
            Save();

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

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