Skip to content

Instantly share code, notes, and snippets.

@vkoppaka
Created December 10, 2012 05:39
Show Gist options
  • Save vkoppaka/4248635 to your computer and use it in GitHub Desktop.
Save vkoppaka/4248635 to your computer and use it in GitHub Desktop.
Get Countries SF
Config.Get<EcommerceConfig>().Countries.Values
.Where(x => x.CountryIsActive)
.OrderBy(x => x.Name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment