Example #1
0
        public string GetUserIdFromMail(string key)
        {
            string userId = string.Empty;

            EmailCache.TryGetValue(key, out userId);
            return(userId);
        }