test run works
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Inspectron.Epson.PrintServer.Printers.Utils;
|
||||
|
||||
public interface IReceiptConverterFactory
|
||||
{
|
||||
IReceiptConverter Create(int receiptType, int lineWidth, int bigFontLineWidth);
|
||||
}
|
||||
Reference in New Issue
Block a user