test run works
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Inspectron.Epson.PrintServer.Printers.Utils;
|
||||
|
||||
public interface IReceiptConverter
|
||||
{
|
||||
List<PrintCommand> Convert(string jsonContent);
|
||||
}
|
||||
Reference in New Issue
Block a user