- Initial commit
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Best.HTTP.Shared.Databases.MetadataIndexFinders
|
||||
{
|
||||
public interface IEmptyMetadataIndexFinder<MetadataType> where MetadataType : Metadata
|
||||
{
|
||||
int FindFreeIndex(List<MetadataType> metadatas);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user