Last change
on this file since 5991 was
5700,
checked in by wtollsch, 14 years ago
|
#1433 adjusted HLWebOKBAdminPlugin to new Service (AdministrationService)
|
File size:
476 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Web;
|
---|
5 | using HLWebOKBAdminPlugin.OKBAdministrationService;
|
---|
6 |
|
---|
7 | namespace HLWebOKBAdminPlugin.ViewModels {
|
---|
8 | public class AlgorithmClassViewModel {
|
---|
9 | //if required, add more properties to the managed object
|
---|
10 | //in this case the view model contains only a list of AlgorithmClass
|
---|
11 |
|
---|
12 | public AlgorithmClass AlgorithmClass { get; set; }
|
---|
13 |
|
---|
14 | }//AlgorithmClassViewModel
|
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.