refactor Queue namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Threading.Tasks;
|
||||
namespace Inspectron.Epson.Queue;
|
||||
|
||||
public interface IPrintService
|
||||
{
|
||||
Task<PrintResult> PrintAsync(string printerIp, PrintJob job);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user