11 lines
165 B
C#
11 lines
165 B
C#
|
|
using APT.Infrastructure.Api;
|
||
|
|
using System;
|
||
|
|
|
||
|
|
namespace APT.Infrastructure.EF
|
||
|
|
{
|
||
|
|
public interface ITenantDbContext
|
||
|
|
{
|
||
|
|
TenantInfo Tenant { get;}
|
||
|
|
}
|
||
|
|
}
|