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