Was.OrcSearch – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using Was.OrcSearch.Metadata.Interfaces;
2 using Was.OrcSearch.Models;
3 using Was.OrcSearch.Models.Interfaces;
4  
5 namespace Was.OrcSearch.Metadata
6 {
7 public class Searchable : ObjectWithMetadata, ISearchable
8 {
9 public Searchable(object instance, IMetadataCollection metadataCollection)
10 : base(instance, metadataCollection)
11 {
12 }
13 }
14 }