9 lines
		
	
	
		
			250 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			250 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
 | 
						|
{
 | 
						|
} |