Created
August 22, 2017 19:21
-
-
Save JeremyLikness/9878de045923471534055c0c7f0e53a7 to your computer and use it in GitHub Desktop.
A combination class
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
| public class Combo | |
| { | |
| public int Id { get; set; } | |
| public CoolColor Color { get; set; } | |
| public Planet Planet { get; set; } | |
| public Cat Cat { get; set; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment