Created
October 14, 2017 10:42
-
-
Save MarcBruins/beb96f6b239374fc1fce53593153565c to your computer and use it in GitHub Desktop.
Monkey.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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