guibranco/CrispyWaffle

View on GitHub
Src/CrispyWaffle.ElasticSearch/Helpers/IIndexable.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace CrispyWaffle.ElasticSearch.Helpers
{
    /// <summary>
    /// The indexable interface.
    /// </summary>
    public interface IIndexable { }
}