10 lines
182 B
C#
10 lines
182 B
C#
namespace JiShe.ServicePro
|
|
{
|
|
[DependsOn(
|
|
typeof(ServiceProEntityFrameworkCoreTestModule)
|
|
)]
|
|
public class ServiceProDomainTestModule : AbpModule
|
|
{
|
|
|
|
}
|
|
} |