Was.OrcSearch – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using Was.OrcSearch.Models.Interfaces;
2  
3 namespace Was.OrcSearch.Metadata.Interfaces
4 {
5 public interface ISearchable : IObjectWithMetadata
6 {
7 }
8 }