6 lines
156 B
C#
6 lines
156 B
C#
namespace Inspectron.Epson.PrintServer.PrintServices;
|
|
|
|
public interface IAssignedPrinterRepository
|
|
{
|
|
string? GetAssignedPrinter(string workAreaId);
|
|
} |