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