Skip to content

Instantly share code, notes, and snippets.

@jskopek
Created April 24, 2018 07:14
Show Gist options
  • Save jskopek/6adf87d713e617ffd1fc7613c56ce5ce to your computer and use it in GitHub Desktop.
Save jskopek/6adf87d713e617ffd1fc7613c56ce5ce to your computer and use it in GitHub Desktop.
class Locator
{
public string Id { get; set; }
public string BaseUri { get; set; }
public string ContentAccessComponent { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment