diff --git a/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs b/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs index cf52d2d3..a731e672 100644 --- a/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs +++ b/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs @@ -5,7 +5,7 @@ using PepperDash.Essentials.Core; /// /// Interface for rooms with a list of destinations /// -interface IHasDestinationList +public interface IHasDestinationList { /// /// Gets the dictionary of destinations. diff --git a/src/PepperDash.Essentials.Core/Room/IHasSourceList.cs b/src/PepperDash.Essentials.Core/Room/IHasSourceList.cs index 33675add..c3f0d70f 100644 --- a/src/PepperDash.Essentials.Core/Room/IHasSourceList.cs +++ b/src/PepperDash.Essentials.Core/Room/IHasSourceList.cs @@ -5,7 +5,7 @@ using PepperDash.Essentials.Core; /// /// Interface for rooms with a list of destinations /// -interface IHasSourceList +public interface IHasSourceList { /// /// Gets the list of sources.