9 lines
193 B
C#
9 lines
193 B
C#
namespace BuildingBlock.Identity.Contracts.Conventions;
|
|
|
|
/// <summary>
|
|
/// Marker type for identity capability package discovery.
|
|
/// </summary>
|
|
public sealed class IdentityPackageContract
|
|
{
|
|
}
|