refactoring
This commit is contained in:
@@ -2,5 +2,5 @@ using System.Threading.Tasks;
|
||||
|
||||
public interface IPrintService
|
||||
{
|
||||
Task<bool> PrintAsync(string printerIp, PrintJob job);
|
||||
Task<PrintResult> PrintAsync(string printerIp, PrintJob job);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user