Moved Class and changed Namespace

This commit is contained in:
Locxion
2024-02-03 00:52:45 +01:00
parent 1b099f2a5e
commit d24b3592ac

View File

@ -1,7 +1,7 @@
using System.Xml.Linq;
using GoveeCSharpConnector.Interfaces;
using GoveeCSharpConnector.Objects;
namespace GoveeCSharpConnector.Interfaces;
namespace GoveeCSharpConnector.Services;
public class GoveeService : IGoveeService
{