using System; using System.Collections.Generic; using System.Linq; using System.Web; using HLWebPluginHost.OKBService; namespace HLWebOKBAdminPlugin.ViewModels { public class AlgorithmClassBrowseViewModel { public HLWebPluginHost.OKBService.AlgorithmClass AlgorithmClassModel { get; set; } public ICollection AlgorithmClasses { get; set; } } }