feat: rename IHasDestinationList to IHasDestinations for consistency

This commit is contained in:
Neil Dorin 2026-03-12 16:19:29 -06:00
parent 4810c2d590
commit 6e01173f3b
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ namespace PepperDash.Essentials.Core
/// <summary>
/// Interface for rooms with a list of destinations
/// </summary>
public interface IHasDestinationList
public interface IHasDestinations
{
/// <summary>
/// Gets the dictionary of destinations.