Files
2026-01-20 10:11:04 +01:00

7 lines
147 B
C#

namespace Inspectron.Epson.PrintServer.Printers.Utils;
public interface IReceiptConverter
{
List<PrintCommand> Convert(string jsonContent);
}