Beispiel #1
0
 public Saved_Searches.Show.Result Show(String id)
 {
     var cm = new Saved_Searches.Show.Command();
     cm.id = id;
     return this.Show(cm);
 }
Beispiel #2
0
 public Saved_Searches.Show.Result[] Show(Saved_Searches.Show.Command command)
 {
     return(_ApiEndpoints._Client.GetResult <Saved_Searches.Show.Command, Saved_Searches.Show.Result[]>(command));
 }