Moved class to appropriate namespaces

This commit is contained in:
2023-07-30 17:01:54 +02:00
parent 8af2b12fc0
commit 579e400a5d
5 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
using System.Net;
using Logging;
using Tranga.Connectors;
using Tranga.NotificationManagers;
using Tranga.LibraryManagers;

View File

@ -1,5 +1,6 @@
using System.Net;
using Logging;
using Tranga.Connectors;
namespace Tranga.TrangaTasks;