mirror of https://github.com/abpframework/abp
parent
d9cf5c7d22
commit
b6820e527b
@ -1,11 +1,11 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Volo.Abp.Http
|
||||
namespace Volo.Abp.Application.Services
|
||||
{
|
||||
[Serializable]
|
||||
[AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class | AttributeTargets.Method)]
|
||||
public class RemoteServiceAttribute : Attribute
|
||||
public class RemoteServiceAttribute : Attribute //TODO: Consider to move to another namespace (with IRemoteService)?
|
||||
{
|
||||
/// <summary>
|
||||
/// Default: true.
|
Loading…
Reference in new issue