JiShe.IOT.Admin/test/JiShe.ServicePro.Domain.Tests/ServiceProDomainTestModule.cs

10 lines
182 B
C#
Raw Normal View History

2025-05-27 14:02:24 +08:00
namespace JiShe.ServicePro
{
[DependsOn(
typeof(ServiceProEntityFrameworkCoreTestModule)
)]
public class ServiceProDomainTestModule : AbpModule
{
}
}