make IDeviceInfoProvider inherit from IKeyed

This commit is contained in:
Andrew Welker
2020-11-10 12:00:58 -07:00
parent 010fdde45c
commit 1689b15d95

View File

@@ -3,7 +3,7 @@ using PepperDash.Core;
namespace PepperDash.Essentials.Core.DeviceInfo namespace PepperDash.Essentials.Core.DeviceInfo
{ {
public interface IDeviceInfoProvider public interface IDeviceInfoProvider:IKeyed
{ {
DeviceInfo DeviceInfo { get; } DeviceInfo DeviceInfo { get; }