3 lines
88 B
C#
3 lines
88 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record StartProcess(string Process) : IRequest; |