Rename IOqtaneDatabase interface (and related base class)
This commit is contained in:
@ -6,6 +6,6 @@ namespace Oqtane.Repository.Databases.Interfaces
|
||||
{
|
||||
public interface IMultiDatabase
|
||||
{
|
||||
public IOqtaneDatabase ActiveDatabase { get; }
|
||||
public IDatabase ActiveDatabase { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user