mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
make IDeviceInfoProvider inherit from IKeyed
This commit is contained in:
parent
010fdde45c
commit
1689b15d95
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue