From 0984d2d449d04fe7e28acb1a1a5129cbd7423458 Mon Sep 17 00:00:00 2001 From: Lanpin Date: Wed, 3 Apr 2019 21:00:14 +0800 Subject: [PATCH] fixed PublicProductsController namespace --- .../ProductManagement/PublicProductsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/MicroserviceDemo/modules/product/src/ProductManagement.HttpApi/ProductManagement/PublicProductsController.cs b/samples/MicroserviceDemo/modules/product/src/ProductManagement.HttpApi/ProductManagement/PublicProductsController.cs index 3ba14828ad..c87ee729ac 100644 --- a/samples/MicroserviceDemo/modules/product/src/ProductManagement.HttpApi/ProductManagement/PublicProductsController.cs +++ b/samples/MicroserviceDemo/modules/product/src/ProductManagement.HttpApi/ProductManagement/PublicProductsController.cs @@ -5,7 +5,7 @@ using Volo.Abp; using Volo.Abp.Application.Dtos; using Volo.Abp.AspNetCore.Mvc; -namespace MyCompanyName.ProductManagement +namespace ProductManagement { [RemoteService] [Area("productManagement")]