Ejemplo n.º 1
0
 public TaskList(RestServiceClient restClient)
 {
     _restClient = restClient;
 }
Ejemplo n.º 2
0
 public RestServiceClientAsync(RestServiceClient client)
 {
     _syncClient = client;
 }