6 lines
124 B
C#
6 lines
124 B
C#
namespace Inspectron.Epson.PrintServer.Printers;
|
|
|
|
public interface IPrinterFactory
|
|
{
|
|
IEpsonPrinter CreatePrinter();
|
|
} |