Esempio n. 1
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);
        }