This commit is contained in:
Simon Gruber
2023-11-22 07:46:10 +01:00
parent beb194c106
commit 8ada606fa6
141 changed files with 158 additions and 139 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace CLI.Monitor;
public interface ITaskMonitor
{
Task Run();
}