Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/01/11 01:47:33 (13 years ago)
Author:
cfleisch
Message:

#1439 Example implementation of method GetFilters() in view Filter added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/QueryController.cs

    r5910 r5919  
    1111using HLWebPluginHost.Models;
    1212using HLWebOKBQueryPlugin.OKBQueryService;
     13using HLWebOKBQueryPlugin.Helpers;
    1314
    1415namespace HLWebOKBQueryPlugin.Controllers
     
    2829        public ActionResult Filter()
    2930        {
     31            QueryServiceClient client = Query.GetClientFactory();
     32
     33
    3034            QueryModel qm = new QueryModel();
    3135            Session["SelectedSubMenu"] = "Filter";
Note: See TracChangeset for help on using the changeset viewer.