Esempio n. 1
0
        public void IngresaNOTIFICACIONES(EntityConnectionStringBuilder connection, NOTIFICACIONES not)
        {
            var context = new samEntities(connection.ToString());

            context.notificaciones_cabecera_vis_MDL(not.AUFNR,
                                                    not.WERKS,
                                                    not.CABECERA,
                                                    not.VORNR,
                                                    not.UVORN,
                                                    not.KAPAR,
                                                    not.RMZHL,
                                                    not.AUERU,
                                                    not.STOKZ,
                                                    not.BUDAT,
                                                    not.ARBPL,
                                                    not.ISMNW_2,
                                                    not.ISMNU,
                                                    not.LEARR,
                                                    not.LTXA1,
                                                    not.SATZA,
                                                    not.ISDD,
                                                    not.IEDD,
                                                    not.OFMNW,
                                                    not.ARBEI,
                                                    not.FSAVD,
                                                    not.SSAVD,
                                                    not.FSEDD,
                                                    not.SSEDD,
                                                    not.ARBID,
                                                    not.LVORM);
        }
Esempio n. 2
0
        public void VaciarNOTIFICACIONES(EntityConnectionStringBuilder connection, NOTIFICACIONES not)
        {
            var context = new samEntities(connection.ToString());

            context.DELETE_notificaciones_cabecera_vis_MDL(not.AUFNR,
                                                           not.VORNR,
                                                           not.WERKS);
        }