10 lines
228 B
C#
10 lines
228 B
C#
using Volo.Abp.Modularity;
|
|
|
|
namespace KonSoft.TenantManagement;
|
|
|
|
public abstract class TenantManagementApplicationTestBase<TStartupModule> : TenantManagementTestBase<TStartupModule>
|
|
where TStartupModule : IAbpModule
|
|
{
|
|
|
|
}
|