Add project files.
This commit is contained in:
6
Inspectron.Epson/Queue/IPrintService.cs
Normal file
6
Inspectron.Epson/Queue/IPrintService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
public interface IPrintService
|
||||
{
|
||||
Task<bool> PrintAsync(string printerIp, PrintJob job);
|
||||
}
|
||||
Reference in New Issue
Block a user