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

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

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

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

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

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