Initial commit
This commit is contained in:
13
Server/SysMonitor/SysController.cs
Normal file
13
Server/SysMonitor/SysController.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using DotNetNuke.Application;
|
||||
using DotNetNuke.Web.Api;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Net;
|
||||
using System.Web.Http;
|
||||
|
||||
namespace Bring2mind.DnnConnect2025Demo.SysMonitor
|
||||
{
|
||||
public class SysController
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user