Skip to content

Instantly share code, notes, and snippets.

@Sitecoreclimber
Created December 1, 2018 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sitecoreclimber/60b1bc7a47c7edf71f6f46a539196c39 to your computer and use it in GitHub Desktop.
Save Sitecoreclimber/60b1bc7a47c7edf71f6f46a539196c39 to your computer and use it in GitHub Desktop.
namespace Plugin.Demo.ExtendCommerceView.Policies
{
public class CMServerPolicy : Policy
{
public string ServerHostName { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment