printer discovery in print service
This commit is contained in:
@@ -18,7 +18,7 @@ public class ConfigureModel : PageModel
|
||||
private readonly PrintServerHostedService _printServerService;
|
||||
private readonly LogoService _logoService;
|
||||
private readonly IWebHostEnvironment _env;
|
||||
private readonly ENPCDiscoveryService _discoveryService;
|
||||
private readonly DiscoveryService _discoveryService;
|
||||
private readonly ILogger<ConfigureModel> _logger;
|
||||
|
||||
public ConfigureModel(
|
||||
@@ -32,7 +32,7 @@ public class ConfigureModel : PageModel
|
||||
_printServerService = printServerService;
|
||||
_logoService = logoService;
|
||||
_env = env;
|
||||
_discoveryService = new ENPCDiscoveryService();
|
||||
_discoveryService = new DiscoveryService();
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user