- Timestamp:
- 03/15/11 20:56:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassViewModel.cs
r5186 r5700 3 3 using System.Linq; 4 4 using System.Web; 5 using HLWebOKBAdminPlugin.OKBAdministrationService; 5 6 6 7 namespace HLWebOKBAdminPlugin.ViewModels { … … 9 10 //in this case the view model contains only a list of AlgorithmClass 10 11 11 public HLWebPluginHost.OKBService.AlgorithmClass AlgorithmClass { get; set; }12 public AlgorithmClass AlgorithmClass { get; set; } 12 13 13 14 }//AlgorithmClassViewModel
Note: See TracChangeset
for help on using the changeset viewer.