using Volo.Abp.Modularity; namespace ProductManagement; [DependsOn(typeof(ProductManagementApplicationContractsModule))] public class ProductManagementHttpApiClientModule : AbpModule { }