Skip to content

Instantly share code, notes, and snippets.

@MarcBruins
Created October 14, 2017 10:42
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 MarcBruins/beb96f6b239374fc1fce53593153565c to your computer and use it in GitHub Desktop.
Save MarcBruins/beb96f6b239374fc1fce53593153565c to your computer and use it in GitHub Desktop.
Monkey.cs
namespace MonkeyList.Core
{
public class Monkey
{
public string Name { get; set; }
public string Location { get; set; }
public string Details { get; set; }
public string Image { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment