10 lines
161 B
C#
10 lines
161 B
C#
namespace JiShe.IoT
|
|
{
|
|
[DependsOn(
|
|
typeof(IoTEntityFrameworkCoreTestModule)
|
|
)]
|
|
public class IoTDomainTestModule : AbpModule
|
|
{
|
|
|
|
}
|
|
} |