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