- Timestamp:
- 04/01/11 01:47:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/QueryController.cs
r5910 r5919 11 11 using HLWebPluginHost.Models; 12 12 using HLWebOKBQueryPlugin.OKBQueryService; 13 using HLWebOKBQueryPlugin.Helpers; 13 14 14 15 namespace HLWebOKBQueryPlugin.Controllers … … 28 29 public ActionResult Filter() 29 30 { 31 QueryServiceClient client = Query.GetClientFactory(); 32 33 30 34 QueryModel qm = new QueryModel(); 31 35 Session["SelectedSubMenu"] = "Filter";
Note: See TracChangeset
for help on using the changeset viewer.