consolidate interface and implementation classes
This commit is contained in:
13
Oqtane.Server/Repository/Context/IDBContextDependencies.cs
Normal file
13
Oqtane.Server/Repository/Context/IDBContextDependencies.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Oqtane.Infrastructure;
|
||||
|
||||
namespace Oqtane.Repository
|
||||
{
|
||||
public interface IDBContextDependencies
|
||||
{
|
||||
ITenantManager TenantManager { get; }
|
||||
IHttpContextAccessor Accessor { get; }
|
||||
IConfigurationRoot Config { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user