Skip to content

Instantly share code, notes, and snippets.

@abombss
Created April 22, 2011 22:13
Show Gist options
  • Save abombss/937804 to your computer and use it in GitHub Desktop.
Save abombss/937804 to your computer and use it in GitHub Desktop.
Fugly mvc
var model = new
{
Accounts = accounts.Select(x => x.ToExpando()),
TotalUsers = totalUsers,
Page = page,
};
return View(model.ToExpando());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment