Ejemplo n.º 1
0
 public static bool toResolveExpresion(this string value, IMathResolve resolve)
 {
     return(resolve.resolveExpresion(value));
 }