Exemplo n.º 1
0
        public virtual bool IsCountryAllowed(IPAddress ipAddress)
        {
            var location = GetClientLocation(ipAddress.ToString());


            return(repo.IsCountryAllowed(location));
        }