예제 #1
0
 public Task UploadAsync(string path, Stream uploadStream)
 {
     return(_internalClient.UploadAsync(uploadStream, path));
 }