Newer
Older
InMemoryBus / src / BlazorShared / Attributes / EndpointAttribute.cs
@Derek Comartin Derek Comartin on 17 Jan 2023 138 bytes Init
using System;

namespace BlazorShared.Attributes;

public class EndpointAttribute : Attribute
{
    public string Name { get; set; }
}