chore 重构测试环境发布
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
using KonSoft.Shared.Hosting.AspNetCore;
|
||||
using Volo.Abp.Modularity;
|
||||
|
||||
namespace KonSoft.Shared.Hosting.Gateways;
|
||||
|
||||
[DependsOn(
|
||||
typeof(KonSoftSharedHostingAspNetCoreModule)
|
||||
)]
|
||||
public class KonSoftSharedHostingGatewaysModule : AbpModule
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user