Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/11 20:56:57 (14 years ago)
Author:
wtollsch
Message:

#1433 adjusted HLWebOKBAdminPlugin to new Service (AdministrationService)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassViewModel.cs

    r5186 r5700  
    33using System.Linq;
    44using System.Web;
     5using HLWebOKBAdminPlugin.OKBAdministrationService;
    56
    67namespace HLWebOKBAdminPlugin.ViewModels {
     
    910        //in this case the view model contains only a list of AlgorithmClass
    1011
    11         public HLWebPluginHost.OKBService.AlgorithmClass AlgorithmClass { get; set; }
     12        public AlgorithmClass AlgorithmClass { get; set; }
    1213
    1314    }//AlgorithmClassViewModel
Note: See TracChangeset for help on using the changeset viewer.