CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of spark view engine
C#
[Precompile]
   public class WorkoutController : Controller
   {
       public ActionResult Index()
       {
          
               var workouts = new WorkoutRepository().GetAll();
               ViewData["workouts"] = new WorkoutIndexViewModel().Render(workouts);
               return View();
       }
by David R. Longnecker   August 10, 2009 @ 9:09pm
261 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate