using KonSoft.Shared.Hosting.AspNetCore; using Volo.Abp.Modularity; namespace KonSoft.Shared.Hosting.Gateways; [DependsOn( typeof(KonSoftSharedHostingAspNetCoreModule) )] public class KonSoftSharedHostingGatewaysModule : AbpModule { }