mirror of https://github.com/abpframework/abp.git
committed by
GitHub
4 changed files with 2 additions and 13 deletions
@ -1,12 +1,9 @@ |
|||||
// This file is part of AbpApplicationConfigurationClientProxy, you can customize it here
|
// This file is part of AbpApplicationConfigurationClientProxy, you can customize it here
|
||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||
|
|
||||
using Volo.Abp.DependencyInjection; |
|
||||
|
|
||||
namespace Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies; |
namespace Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies; |
||||
|
|
||||
[RemoteService(false)] |
[RemoteService(false)] |
||||
[DisableConventionalRegistration] |
|
||||
public partial class AbpApplicationConfigurationClientProxy |
public partial class AbpApplicationConfigurationClientProxy |
||||
{ |
{ |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue