mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +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>
|
||||
/// Defines the contract for IDspPresets
|
||||
/// </summary>
|
||||
public interface IDspPresets
|
||||
public interface IDspPresets : IKeyed
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Presets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue