Example #1
0
 public void Prepend(string value)
 {
     client.PrependItemToList(listId, value);
 }