fix hardware service

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-02 13:25:33 +03:00
parent 7842fe1067
commit 472ed6533e
15 changed files with 118 additions and 142 deletions
@@ -39,7 +39,6 @@ public class AnnotationService : INotificationHandler<AnnotationsDeletedEvent>
IOptions<UIConfig> uiConfig,
IGalleryService galleryService,
IMediator mediator,
IHardwareService hardwareService,
IAzaionApi api)
{
_dbFactory = dbFactory;