From d24b3592ace4390e5aca41eb282d187a4f9b4581 Mon Sep 17 00:00:00 2001 From: Locxion Date: Sat, 3 Feb 2024 00:52:45 +0100 Subject: [PATCH] Moved Class and changed Namespace --- GoveeCSharpConnector/{Interfaces => Services}/GoveeService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename GoveeCSharpConnector/{Interfaces => Services}/GoveeService.cs (98%) 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 {