Example #1
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);
 }
Example #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);
 }
Example #3
0
 public Saved_Searches.List.Result[] List(Saved_Searches.List.Command command)
 {
     return _ApiEndpoints._Client.GetResult<Saved_Searches.List.Command, Saved_Searches.List.Result[]>(command);
 }
Example #4
0
 public Saved_Searches.Create.Result[] Create(Saved_Searches.Create.Command command)
 {
     return _ApiEndpoints._Client.GetResult<Saved_Searches.Create.Command, Saved_Searches.Create.Result[]>(command);
 }