8 lines
		
	
	
		
			199 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			199 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Volo.Abp.Modularity;
 | |
| 
 | |
| namespace KonSoft.Payment;
 | |
| 
 | |
| public abstract class PaymentApplicationTestBase<TStartupModule> : PaymentTestBase<TStartupModule>
 | |
|     where TStartupModule : IAbpModule
 | |
| {
 | |
| } |