6 lines
139 B
C#
6 lines
139 B
C#
namespace Inspectron.Epson.Queue;
|
|
|
|
public interface IJobStatusReporter
|
|
{
|
|
Task ReportStatusAsync(PrintJob job, PrintJobStatus status);
|
|
} |