mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-10 20:08:19 +02:00
Moved class to appropriate namespaces
This commit is contained in:
@@ -7,7 +7,7 @@ using Logging;
|
||||
using Tranga.TrangaTasks;
|
||||
using static System.IO.UnixFileMode;
|
||||
|
||||
namespace Tranga;
|
||||
namespace Tranga.Connectors;
|
||||
|
||||
/// <summary>
|
||||
/// Base-Class for all Connectors
|
@@ -1,5 +1,6 @@
|
||||
using System.Net;
|
||||
using Logging;
|
||||
using Tranga.Connectors;
|
||||
using Tranga.NotificationManagers;
|
||||
using Tranga.LibraryManagers;
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
using System.Net;
|
||||
using Logging;
|
||||
using Tranga.Connectors;
|
||||
|
||||
namespace Tranga.TrangaTasks;
|
||||
|
||||
|
Reference in New Issue
Block a user