mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: Extend IDspPresets interface to inherit from IKeyed
This commit is contained in:
parent
bb029221c0
commit
a90b5da61b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace PepperDash.Essentials.Core
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines the contract for IDspPresets
|
/// Defines the contract for IDspPresets
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IDspPresets
|
public interface IDspPresets : IKeyed
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the Presets
|
/// Gets the Presets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue