Skip to content

Instantly share code, notes, and snippets.

@Boztown
Created December 20, 2013 20:16
Show Gist options
  • Save Boztown/8060759 to your computer and use it in GitHub Desktop.
Save Boztown/8060759 to your computer and use it in GitHub Desktop.
public class CollectionViewModel
{
public int? Id { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public bool Published { get; set; }
public HttpPostedFileBase ThumbnailFile { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment