mirror of https://github.com/abpframework/abp.git
4 changed files with 11 additions and 5 deletions
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.Account |
|||
{ |
|||
public static class AccountRemoteServiceConsts |
|||
{ |
|||
public const string RemoteServiceName = "AbpAccount"; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue