mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
refactor: update documentation comments in IHasCresnetBranches interface
This commit is contained in:
parent
0d4fd7773e
commit
e9812f7858
1 changed files with 4 additions and 10 deletions
|
|
@ -8,11 +8,6 @@ using Crestron.SimplSharpPro.DeviceSupport;
|
|||
|
||||
namespace PepperDash.Essentials.Core;
|
||||
|
||||
/// <summary>
|
||||
/// Defines the contract for a class that has Cresnet branches
|
||||
/// </summary>
|
||||
public interface IHasCresnetBranches
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the contract for IHasCresnetBranches
|
||||
/// </summary>
|
||||
|
|
@ -23,4 +18,3 @@ public interface IHasCresnetBranches
|
|||
/// </summary>
|
||||
CrestronCollection<CresnetBranch> CresnetBranches { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue