source:
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassBrowseViewModel.cs
@
5991
Last change on this file since 5991 was 5186, checked in by wtollsch, 14 years ago | |
---|---|
File size: 425 bytes |
Rev | Line | |
---|---|---|
[5186] | 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.