mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 21:24:54 +00:00
make IDeviceInfoProvider inherit from IKeyed
This commit is contained in:
@@ -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; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user