first commit
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
using Volo.Abp.Modularity;
|
||||
|
||||
namespace KonSoft.Payment;
|
||||
|
||||
[DependsOn(
|
||||
typeof(PaymentDomainModule),
|
||||
typeof(PaymentTestBaseModule)
|
||||
)]
|
||||
public class PaymentDomainTestModule : AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user