Skip to content

Instantly share code, notes, and snippets.

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 hbulens/2ed1a999208d210b03dff9c8ce17ce4b to your computer and use it in GitHub Desktop.
Save hbulens/2ed1a999208d210b03dff9c8ce17ce4b to your computer and use it in GitHub Desktop.
public ActionResult Index()
{
IEnumerable cars = this.Worker.FindAll();
return View(cars);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment