10 lines
		
	
	
		
			198 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			198 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Volo.Abp.Modularity;
 | |
| 
 | |
| namespace KonSoft.Report;
 | |
| 
 | |
| public abstract class ReportApplicationTestBase<TStartupModule> : ReportTestBase<TStartupModule>
 | |
|     where TStartupModule : IAbpModule
 | |
| {
 | |
| 
 | |
| }
 |