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

11 lines
154 B
C#
Raw Normal View History

2021-12-06 02:49:27 +03:00
namespace BlueWest.WebApi.Service
{
public readonly struct CommandEvent
{
}
public class CommandService
{
}
}