Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created June 23, 2011 19:05
Show Gist options
  • Save jmarnold/1043339 to your computer and use it in GitHub Desktop.
Save jmarnold/1043339 to your computer and use it in GitHub Desktop.
Sample Dashboard
public class SampleDashboardModel
{
public IEnumerable<IDashboardWidget> Widgets { get; set;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment