check point
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Inspectron.Ringbuffer.Interfaces
|
||||
{
|
||||
public interface IFolderWritter
|
||||
{
|
||||
void WriteGood(IFileIdentity fileIdentity, string product);
|
||||
void WriteBad(IFileIdentity fileIdentity, string product);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user