source:
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassBrowseViewModel.cs
@
5186
Last change on this file since 5186 was 5186, checked in by wtollsch, 14 years ago | |
---|---|
File size: 425 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Web; |
5 | using HLWebPluginHost.OKBService; |
6 | |
7 | namespace HLWebOKBAdminPlugin.ViewModels { |
8 | public class AlgorithmClassBrowseViewModel { |
9 | public HLWebPluginHost.OKBService.AlgorithmClass AlgorithmClassModel { get; set; } |
10 | public ICollection<HLWebPluginHost.OKBService.AlgorithmClass> AlgorithmClasses { get; set; } |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.