public void VaciarReporteNotificaciones(EntityConnectionStringBuilder connection, ReporteNotificaciones um) { var context = new samEntities(connection.ToString()); context.DELETE_reportes_notificaciones_MDL(um.FOLIO_SAM, um.WERKS); }