RemoteItemMover, Startup/Exit handler refactor
This commit is contained in:
@@ -7,4 +7,5 @@ public interface IAdminContentAccessorFactory
|
||||
bool IsAdminModeSupported { get; }
|
||||
Task<IRemoteItemCreator> CreateAdminItemCreatorAsync();
|
||||
Task<IRemoteItemDeleter> CreateAdminItemDeleterAsync();
|
||||
Task<IRemoteItemMover> CreateAdminItemMoverAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user