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