- Timestamp:
- 05/17/11 15:54:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/QueryController.cs
r6076 r6226 41 41 42 42 public ActionResult RunCollectionTable() { 43 return View(); 43 QueryModel qm = new QueryModel(); 44 Session["QueryRuns"] = qm.getTestRuns(); 45 return View(qm); 44 46 } 45 47 }
Note: See TracChangeset
for help on using the changeset viewer.