Add IPMonitor
This commit is contained in:
7
IPMonitor/Interface/IArguments.cs
Executable file
7
IPMonitor/Interface/IArguments.cs
Executable file
@@ -0,0 +1,7 @@
|
||||
namespace IPMonitor
|
||||
{
|
||||
public interface IArguments
|
||||
{
|
||||
public String[] GetArguments();
|
||||
}
|
||||
}
|
||||
9
IPMonitor/Interface/IMainService.cs
Executable file
9
IPMonitor/Interface/IMainService.cs
Executable file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
|
||||
namespace IPMonitor
|
||||
{
|
||||
public interface IMainService
|
||||
{
|
||||
public void RunService(String[] args,IConfiguration configuration);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user