fix namespace issue

This commit is contained in:
Andrew Welker
2020-07-14 11:50:09 -06:00
parent 6aad15c452
commit 91aa304990
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ using PepperDash.Essentials.Room.Config;
//using PepperDash.Essentials.Room.MobileControl; //using PepperDash.Essentials.Room.MobileControl;
using Newtonsoft.Json; using Newtonsoft.Json;
using PepperDash_Essentials_Core.DeviceTypeInterfaces; using PepperDash.Essentials.Core.DeviceTypeInterfaces;
namespace PepperDash.Essentials namespace PepperDash.Essentials
{ {

View File

@@ -1,7 +1,6 @@
using PepperDash.Core; using PepperDash.Core;
using PepperDash.Essentials.Core;
namespace PepperDash_Essentials_Core.DeviceTypeInterfaces namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
{ {
public interface IMobileControl:IKeyed public interface IMobileControl:IKeyed
{ {