Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/11 20:31:27 (14 years ago)
Author:
wtollsch
Message:

#1433 completed add, delete and update methods for AlgorithmClass, Algorithm, ProblemClass, Problem in AdminModel

File:
1 edited

Legend:

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

    r6050 r6117  
    3939            AdminModel am = new AdminModel();
    4040            Session["SelectedSubMenu"] = "AlgorithmClass";
    41             var algorithmClasses = am.AlgorithmClassGetAll();
    42            
     41            var algorithmClasses = am.AlgorithmClassGetAll();           
     42
    4343            return View(algorithmClasses);
    4444        }//ActionResult AlgorithmClass
Note: See TracChangeset for help on using the changeset viewer.