job status reporting
This commit is contained in:
@@ -44,6 +44,7 @@ public class PrintServerHostedService : IHostedService
|
||||
_kernel.Bind<IAssignedPrinterRepository>().ToConstant(config);
|
||||
_kernel.Bind<IWrapperPrinterFactory>().To<PrinterWrapperFactory>().InSingletonScope();
|
||||
_kernel.Bind<IPrinterConfigurationSource>().ToConstant(config);
|
||||
_kernel.Bind<IJobStatusReporter>().To<NullJobStatusReporter>();
|
||||
_kernel.Bind<PrintServer>().ToSelf().InSingletonScope();
|
||||
|
||||
// Get instances
|
||||
|
||||
Reference in New Issue
Block a user