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