6 lines
171 B
C#
6 lines
171 B
C#
namespace Inspectron.Epson.PrintServer.PrintServices;
|
|
|
|
public interface IPrinterFactory
|
|
{
|
|
IPrinter CreatePrinterFromId(byte printerId, EpsonPrinter epsonPrinter);
|
|
} |