Admin ItemDeleter, Logging

This commit is contained in:
2023-07-26 11:30:26 +02:00
parent 66113ee9a0
commit 3de71cbdbe
15 changed files with 157 additions and 27 deletions

View File

@@ -6,4 +6,5 @@ public interface IAdminContentAccessorFactory
{
bool IsAdminModeSupported { get; }
Task<IRemoteItemCreator> CreateAdminItemCreatorAsync();
Task<IRemoteItemDeleter> CreateAdminItemDeleterAsync();
}