Exemplo n.º 1
0
 public Task Backup(string path)
 {
     return(Task.Run(() => _container.Backup(path)));
 }