Ejemplo n.º 1
0
 public static void Actualizar(int idCliente, int idRango)
 {
     ClienteDatos.ActualizarRangoCliente(idCliente, idRango);
 }