Was.OrcSearch – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using Was.OrcSearch.Services.Interfaces;
2  
3 namespace Was.OrcSearch.Services
4 {
5 public class DummySearchNavigationService : ISearchNavigationService
6 {
7 #region Methods
8  
9 public void Navigate(object searchable)
10 {
11 // by default, this implementation has no navigation
12 }
13  
14 #endregion
15 }
16 }