namespace DigitalData.UserManager.Application { public static class Key { public static readonly string UserNotFoundInLocalDB = "UserNotFoundInLocalDB"; public static readonly string GroupNotFound = "GroupNotFound"; public static readonly string GroupAlreadyExists = "GroupAlreadyExists"; public static readonly string UserAlreadyExists = "UserAlreadyExists"; public static readonly string UserNotFound = "UserNotFound"; public static readonly string UnauthorizedUser = "UnauthorizedUser"; public static readonly string DateRangeNotXNOR = "DateRangeNotXNOR"; public static readonly string InvalidDateRange = "InvalidDateRange"; } }