8 lines
76 B
C#
8 lines
76 B
C#
namespace Hyperbar.Lifecycles;
|
|
|
|
public interface ICommandViewModel
|
|
{
|
|
|
|
}
|
|
|