diff --git a/GoveeCSharpConnector/Interfaces/GoveeService.cs b/GoveeCSharpConnector/Services/GoveeService.cs similarity index 98% rename from GoveeCSharpConnector/Interfaces/GoveeService.cs rename to GoveeCSharpConnector/Services/GoveeService.cs index 719800e..7a0c046 100644 --- a/GoveeCSharpConnector/Interfaces/GoveeService.cs +++ b/GoveeCSharpConnector/Services/GoveeService.cs @@ -1,7 +1,7 @@ -using System.Xml.Linq; +using GoveeCSharpConnector.Interfaces; using GoveeCSharpConnector.Objects; -namespace GoveeCSharpConnector.Interfaces; +namespace GoveeCSharpConnector.Services; public class GoveeService : IGoveeService {