Admin ItemDeleter, Logging
This commit is contained in:
@@ -6,4 +6,5 @@ public interface IAdminContentAccessorFactory
|
||||
{
|
||||
bool IsAdminModeSupported { get; }
|
||||
Task<IRemoteItemCreator> CreateAdminItemCreatorAsync();
|
||||
Task<IRemoteItemDeleter> CreateAdminItemDeleterAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user