8 lines
232 B
C#
8 lines
232 B
C#
namespace Inspectron.Ringbuffer.Interfaces
|
|
{
|
|
public interface IFolderWritter
|
|
{
|
|
void WriteGood(IFileIdentity fileIdentity, string product);
|
|
void WriteBad(IFileIdentity fileIdentity, string product);
|
|
}
|
|
} |