first commit
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using Volo.Abp.Modularity;
|
||||
|
||||
namespace KonSoft.Payment;
|
||||
|
||||
/* Inherit from this class for your domain layer tests. */
|
||||
public abstract class PaymentDomainTestBase<TStartupModule> : PaymentTestBase<TStartupModule>
|
||||
where TStartupModule : IAbpModule
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user