11 lines
		
	
	
		
			252 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Volo.Abp.Modularity;
 | |
| 
 | |
| namespace KonSoft.Report;
 | |
| 
 | |
| /* Inherit from this class for your domain layer tests. */
 | |
| public abstract class ReportDomainTestBase<TStartupModule> : ReportTestBase<TStartupModule>
 | |
|     where TStartupModule : IAbpModule
 | |
| {
 | |
| 
 | |
| }
 |