Ejemplo n.º 1
0
 public Value GetValue(string variableName)
 {
     return(new Value(storage.GetFirstOrNull(variableName)));
 }