- Timestamp:
- 05/03/11 20:31:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AdminController.cs
r6050 r6117 39 39 AdminModel am = new AdminModel(); 40 40 Session["SelectedSubMenu"] = "AlgorithmClass"; 41 var algorithmClasses = am.AlgorithmClassGetAll(); 42 41 var algorithmClasses = am.AlgorithmClassGetAll(); 42 43 43 return View(algorithmClasses); 44 44 }//ActionResult AlgorithmClass
Note: See TracChangeset
for help on using the changeset viewer.