feat: major refactor to namespaces to make everything a bit easier to follow

This commit is contained in:
Nick Genovese
2024-11-06 19:01:09 -05:00
parent 37c1a6c7dd
commit bf3af3b611
336 changed files with 850 additions and 2459 deletions

View File

@@ -1,6 +1,7 @@
using System;
using PepperDash.Essentials.Core.JoinMaps;
namespace PepperDash.Essentials.Core.Bridges
namespace PepperDash.Essentials.Core.Bridges.JoinMaps
{
public class IDigitalOutputJoinMap : JoinMapBaseAdvanced
{