Was.OrcSearch – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | using System.Threading.Tasks; |
2 | using Was.OrcSearch.Models; |
||
3 | |||
4 | namespace Was.OrcSearch.Metadata.Interfaces |
||
5 | { |
||
6 | public interface IMetadataProvider |
||
7 | { |
||
8 | Task<ReflectionObjectWithMetadata> GetMetadataAsync(object obj); |
||
9 | } |
||
10 | } |