ITenantAppService.cs 152 B

1234567
  1. using VberZero.AppService.MultiTenancy;
  2. namespace VberAdmin.BaseSystem.MultiTenancy;
  3. public interface ITenantAppService : ITenantAppServiceBase
  4. {
  5. }