Files
Hyperbar/Hyperbar/Lifecycles/ICommandViewModel.cs
T
2024-01-05 17:34:09 +00:00

8 lines
76 B
C#

namespace Hyperbar.Lifecycles;
public interface ICommandViewModel
{
}