refactor Queue namespace

This commit is contained in:
EugeneTes
2026-02-03 10:54:41 +01:00
parent d738699acc
commit dca0f259ac
16 changed files with 34 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
using System.Collections.Concurrent;
using Microsoft.Extensions.Logging;
namespace Inspectron.Epson.Queue;
public class PrintServer
{
private readonly IPrintService _printService;