Async core refactor

This commit is contained in:
2022-01-20 18:16:01 +01:00
parent 016100a565
commit 215503a4e3
33 changed files with 761 additions and 463 deletions

View File

@@ -8,6 +8,6 @@ namespace FileTime.Core.Models
string? FullName { get; }
bool IsHidden { get; }
IContentProvider Provider { get; }
void Delete();
Task Delete();
}
}