adapted kitchen to thermal printer
This commit is contained in:
@@ -2,5 +2,5 @@ namespace Inspectron.Epson.PrintServer.Printers.Utils;
|
||||
|
||||
public interface IReceiptConverterFactory
|
||||
{
|
||||
IReceiptConverter Create(int receiptType, int lineWidth, int bigFontLineWidth);
|
||||
IReceiptConverter Create(int receiptType, byte printerId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user