Exemplo n.º 1
0
 public Task <bool> CopyFileAsync(string path, string targetpath, CancellationToken cancellationToken = new CancellationToken())
 {
     return(_storage.CopyFileAsync(path, targetpath, cancellationToken));
 }