10 lines
161 B
C#
10 lines
161 B
C#
|
|
namespace JiShe.IOT
|
||
|
|
{
|
||
|
|
[DependsOn(
|
||
|
|
typeof(IOTEntityFrameworkCoreTestModule)
|
||
|
|
)]
|
||
|
|
public class IOTDomainTestModule : AbpModule
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|