Changeset 6144
- Timestamp:
- 05/07/11 14:02:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AlgorithmClassModel.cs
r6143 r6144 8 8 using HLWebOKBAdminPlugin.Helpers; 9 9 10 namespace HLWeb PluginHost.Models {10 namespace HLWebOKBAdminPlugin.Models { 11 11 public class AlgorithmClassModel { 12 12 … … 14 14 public IList<AlgorithmClass> AlgorithmClasses { get { return AlgorithmClassGetAll(); } } 15 15 16 public AlgorithmClass AlgorithmClass { get; set; } 16 17 17 18 //***************************************Algorithm Class********************************************
Note: See TracChangeset
for help on using the changeset viewer.