fix: move UDMApi classes to PepperDash.Essentials.Core namespace

This commit is contained in:
Aviv Cohn
2025-12-10 09:01:54 -05:00
parent 9ef23cfcfe
commit 1c5e75b025
6 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
using Newtonsoft.Json;
using System.Collections.Generic;
namespace PepperDash.Essentials.Core.UDMApi
namespace PepperDash.Essentials.Core
{
internal class StatusProperties
{