mh_frame_sps/APT.Infrastructure.EF/Infrastructure/ITenantDbContext.cs

11 lines
165 B
C#
Raw Normal View History

2026-04-07 13:47:52 +08:00
using APT.Infrastructure.Api;
using System;
namespace APT.Infrastructure.EF
{
public interface ITenantDbContext
{
TenantInfo Tenant { get;}
}
}