public TestStorageServiceRestClientFactory(IStorageServiceRestClient client)
 {
     this.Client = client;
 }
示例#2
0
 public TestStorageServiceRestClientFactory(IStorageServiceRestClient client)
 {
     this.Client = client;
 }