|
|
@ -12,9 +12,12 @@ using Volo.Abp.Modularity; |
|
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore; |
|
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore; |
|
|
|
using Volo.Abp.TenantManagement.EntityFrameworkCore; |
|
|
|
using Win_in.Sfs.Scp.v1.Event; |
|
|
|
using Win_in.Sfs.Scp.WebApi.EntityFrameworkCore; |
|
|
|
|
|
|
|
// using Win_in.Sfs.Scp.v1.Event;
|
|
|
|
|
|
|
|
namespace Win_in.Sfs.Scp.WebApi.EntityFrameworkCore |
|
|
|
namespace Win_in.Sfs.Scp.WebApi |
|
|
|
{ |
|
|
|
[DependsOn( |
|
|
|
typeof(WebApiDomainModule), |
|
|
@ -28,7 +31,7 @@ namespace Win_in.Sfs.Scp.WebApi.EntityFrameworkCore |
|
|
|
typeof(AbpTenantManagementEntityFrameworkCoreModule), |
|
|
|
typeof(AbpFeatureManagementEntityFrameworkCoreModule) |
|
|
|
)] |
|
|
|
// [DependsOn(typeof(V1ScpEventModule))]
|
|
|
|
[DependsOn(typeof(V1ScpEventModule))] |
|
|
|
public class WebApiEntityFrameworkCoreModule : AbpModule |
|
|
|
{ |
|
|
|
public override void PreConfigureServices(ServiceConfigurationContext context) |