Skip to content

Instantly share code, notes, and snippets.

@dacanizares
Created September 6, 2016 04:43
Show Gist options
  • Save dacanizares/aeec8c7181c60bef3287625c7f22aea0 to your computer and use it in GitHub Desktop.
Save dacanizares/aeec8c7181c60bef3287625c7f22aea0 to your computer and use it in GitHub Desktop.
@model IEnumerable<ProjectDemo.Models.Videojuego>
@foreach (var item in Model) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment