Exemplo n.º 1
0
 public string Get(int id)
 {
     return(_values.GetValueById(id).ToString(Formatting.None));
 }