Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created August 22, 2017 19:19
Show Gist options
  • Select an option

  • Save JeremyLikness/85728fabdb252a77c7cfda57290b6217 to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/85728fabdb252a77c7cfda57290b6217 to your computer and use it in GitHub Desktop.
public class Cat
{
public string Key { get; set; }
public string Name { get; set; }
}
public class CoolColor
{
public Guid Id { get; set; }
public string Name { get; set; }
}
public class Planet
{
public int Id { get; set; }
public string Name { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment