Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 16, 2018 13:37
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 icebeam7/b77c654e65e1e400dc7cd7538aeb64e4 to your computer and use it in GitHub Desktop.
Save icebeam7/b77c654e65e1e400dc7cd7538aeb64e4 to your computer and use it in GitHub Desktop.
VideoGameMusicApp: Cancion.cs
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