6 lines
102 B
C#
6 lines
102 B
C#
namespace Alma.Services;
|
|
|
|
public interface IShellService
|
|
{
|
|
Task RunCommandAsync(string command);
|
|
} |