mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-08 09:15:06 +00:00
feat (essentials): wip to move interfaces to their own folder/namespace
This commit is contained in:
17
src/PepperDash.Essentials.Core/Interfaces/IUsageTracking.cs
Normal file
17
src/PepperDash.Essentials.Core/Interfaces/IUsageTracking.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using PepperDash.Essentials.Core.Devices;
|
||||
|
||||
namespace PepperDash.Essentials.Core.Interfaces
|
||||
{
|
||||
public interface IUsageTracking
|
||||
{
|
||||
UsageTracking UsageTracker { get; set; }
|
||||
}
|
||||
|
||||
//public static class IUsageTrackingExtensions
|
||||
//{
|
||||
// public static void EnableUsageTracker(this IUsageTracking device)
|
||||
// {
|
||||
// device.UsageTracker = new UsageTracking();
|
||||
// }
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user