Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs @ 5910

Last change on this file since 5910 was 5910, checked in by cfleisch, 13 years ago

#1439 Query tool as plugin implemented, added submenu items

File size: 334 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5using System.ServiceModel.Security;
6using System.Web.Security;
7using HLWebOKBQueryPlugin.OKBQueryService;
8
9namespace HLWebPluginHost.Models {
10    public class QueryModel {
11
12       public String SelectedSubMenu { get; set; }
13
14    }
15}
Note: See TracBrowser for help on using the repository browser.