Skip to content

Commit

Permalink
XML comments filled.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfbluesoftcz committed May 6, 2024
1 parent 0fa9372 commit 71c4d70
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
/// <summary>
/// Interface to set external identifier for api objects.
/// </summary>
/// <typeparam name="TType"></typeparam>
/// <typeparam name="TType">External ID type.</typeparam>
public interface IItemIdentifier<out TType>
{
/// <summary>
/// External identifier.
/// </summary>
public TType ExternalId { get; }
}

0 comments on commit 71c4d70

Please sign in to comment.