mirror of https://github.com/abpframework/abp.git
5 changed files with 24 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Text; |
||||
|
|
||||
|
namespace Volo.Abp.Identity |
||||
|
{ |
||||
|
public static class IdentityErrorCodes |
||||
|
{ |
||||
|
public const string UserSelfDeletion = "Volo.Abp.Identity:010001"; |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue