mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
feat: change interface visibility to public for IHasDestinationList and IHasSourceList
This commit is contained in:
parent
af913b9498
commit
7cc1d3fa6a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ using PepperDash.Essentials.Core;
|
|||
/// <summary>
|
||||
/// Interface for rooms with a list of destinations
|
||||
/// </summary>
|
||||
interface IHasDestinationList
|
||||
public interface IHasDestinationList
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the dictionary of destinations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue