13 lines
260 B
C#
13 lines
260 B
C#
namespace DigitalData.UserManager.Application
|
|
{
|
|
public enum MessageKey
|
|
{
|
|
UserNotFoundInLocalDB,
|
|
GroupNotFound,
|
|
GroupAlreadyExists,
|
|
UserAlreadyExists,
|
|
UserNotFound,
|
|
UnauthorizedUser
|
|
}
|
|
}
|