ReviewR.Web.Services.Utils.GetGravatarHash C# (CSharp) Method

GetGravatarHash() public static method

public static GetGravatarHash ( string email ) : string
email string
return string
        public static string GetGravatarHash(string email)
        {
            return _worker.GetGravatarHash(email);
        }