Created
December 16, 2018 13:37
-
-
Save icebeam7/b77c654e65e1e400dc7cd7538aeb64e4 to your computer and use it in GitHub Desktop.
VideoGameMusicApp: Cancion.cs
This file contains 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 VideoGameMusicApp.Models | |
{ | |
public class Cancion | |
{ | |
public string Title { get; set; } | |
public string Game { get; set; } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment