Example #1
0
 public abstract Task <bool> RestoreFileAsync(IDeletedFile file);
 public override Task <bool> RestoreFileAsync(IDeletedFile file)
 {
     throw new NotImplementedException();
 }