Exemplo n.º 1
0
        public void VaciarOrdenesPlanificacion(EntityConnectionStringBuilder connection, OrdenesPlanificacion opa)
        {
            var context = new samEntities(connection.ToString());

            context.DELETE_ordenes_planificacion_MDL(opa.AUFNR);
        }