- Timestamp:
- 05/17/11 11:34:35 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AdminController.cs
r6142 r6218 12 12 using HLWebOKBAdminPlugin.Models; 13 13 14 namespace HLWebOKBAdminPlugin.Controllers 15 { 16 public class AdminController : Controller 17 { 14 namespace HLWebOKBAdminPlugin.Controllers { 15 public class AdminController : Controller { 18 16 private AdministrationServiceClient CertificateValidator() { 19 17 AdministrationServiceClient asc = new AdministrationServiceClient(); … … 39 37 AdminModel am = new AdminModel(); 40 38 Session["SelectedSubMenu"] = "AlgorithmClass"; 41 var algorithmClasses = am.AlgorithmClass GetAll();39 var algorithmClasses = am.AlgorithmClassProp; 42 40 43 41 return View(algorithmClasses);
Note: See TracChangeset
for help on using the changeset viewer.