Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/11 11:34:35 (13 years ago)
Author:
gschwarz
Message:

#1433 Updated Problem Control/View; Added Algorithm Control/View => bug still exist in SortDesc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AdminController.cs

    r6142 r6218  
    1212using HLWebOKBAdminPlugin.Models;
    1313
    14 namespace HLWebOKBAdminPlugin.Controllers
    15 {
    16     public class AdminController : Controller
    17     {
     14namespace HLWebOKBAdminPlugin.Controllers {
     15    public class AdminController : Controller {
    1816        private AdministrationServiceClient CertificateValidator() {
    1917            AdministrationServiceClient asc = new AdministrationServiceClient();
     
    3937            AdminModel am = new AdminModel();
    4038            Session["SelectedSubMenu"] = "AlgorithmClass";
    41             var algorithmClasses = am.AlgorithmClassGetAll();           
     39            var algorithmClasses = am.AlgorithmClassProp;
    4240
    4341            return View(algorithmClasses);
Note: See TracChangeset for help on using the changeset viewer.