Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Inspectron.Epson.PrintServer.PrintServices;
|
||||
|
||||
public interface IAssignedPrinterRepository
|
||||
{
|
||||
string? GetAssignedPrinter(string workAreaId);
|
||||
}
|
||||
Reference in New Issue
Block a user