Files
Print_server/Inspectron.Epson/PrintServer/Printers/IPrinterFactory.cs
2026-01-16 12:00:24 +01:00

6 lines
124 B
C#

namespace Inspectron.Epson.PrintServer.Printers;
public interface IPrinterFactory
{
IEpsonPrinter CreatePrinter();
}