public async Task <ScheduleIdCollection> Create(SchedulePayloadCollection collection)
 {
     return(await RestClient.Post <ScheduleIdCollection>(_client.Config, EndPoint, collection));
 }
Example #2
0
 public ScheduleIdCollection Create(SchedulePayloadCollection collection)
 {
     return(_restClient.Post <ScheduleIdCollection>(_client.Config, EndPoint, collection));
 }
Example #3
0
 public ScheduleIdCollection Create(SchedulePayloadCollection collection)
 {
     return RestClient.Post<ScheduleIdCollection>(_client.Config, EndPoint, collection);
 }