6 lines
93 B
C#
6 lines
93 B
C#
namespace VisionBuilder.UI.Common.Commands.Interfaces;
|
|
|
|
public interface ICommand
|
|
{
|
|
|
|
} |