9 lines
		
	
	
		
			256 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			256 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using Volo.Abp.Modularity;
 | 
						|
 | 
						|
namespace KonSoft.Dispatch;
 | 
						|
 | 
						|
/* Inherit from this class for your domain layer tests. */
 | 
						|
public abstract class DispatchDomainTestBase<TStartupModule> : DispatchTestBase<TStartupModule>
 | 
						|
    where TStartupModule : IAbpModule
 | 
						|
{
 | 
						|
} |