CodeLiturgy.Dashboard/BlueWest.WebApi/Service/CommandService.cs

11 lines
154 B
C#

namespace BlueWest.WebApi.Service
{
public readonly struct CommandEvent
{
}
public class CommandService
{
}
}