Merge pull request #955 from lanpin/master

fixed PublicProductsController namespace
pull/975/head
Halil İbrahim Kalkan 6 years ago committed by GitHub
commit a35fff3284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")]

Loading…
Cancel
Save