mirror of https://github.com/abpframework/abp.git
6 changed files with 12 additions and 8 deletions
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.Identity |
|||
{ |
|||
public static class IdentityRemoteServiceConsts |
|||
{ |
|||
public const string RemoteServiceName = "AbpIdentity"; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue