refactor Queue namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Threading.Tasks;
|
||||
namespace Inspectron.Epson.Queue;
|
||||
|
||||
public interface IJobStatusReporter
|
||||
{
|
||||
Task ReportStatusAsync(PrintJob job, PrintJobStatus status);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user