Add project files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Inspectron.Epson.PrintServer.PrintServices;
|
||||
|
||||
namespace Inspectron.Epson.PrintServer.PrinterAssinment;
|
||||
|
||||
public class TestAssignedPrinterRepository:IAssignedPrinterRepository
|
||||
{
|
||||
public string? GetAssignedPrinter(string workAreaId)
|
||||
{
|
||||
|
||||
return "127.0.0.1";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user