mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed DI registration of IDatabaseManager.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Orchard.ImportExport.Services {
|
||||
public interface IDatabaseManager {
|
||||
public interface IDatabaseManager : IDependency {
|
||||
IEnumerable<string> GetTenantDatabaseTableNames();
|
||||
void DropTenantDatabaseTables();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user