using VberZero.AppService.MultiTenancy; namespace VberAdmin.BaseSystem.MultiTenancy; public interface ITenantAppService : ITenantAppServiceBase { }