check point
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Inspectron.Ringbuffer.Interfaces
|
||||
{
|
||||
public interface IFileIdentityFactory<T>
|
||||
{
|
||||
IFileIdentity CreateFrom(T image);
|
||||
IFileVerifier CreateVerifier();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user