mirror of
https://github.com/netchx/netch.git
synced 2026-05-01 22:19:37 +08:00
Add files via upload
This commit is contained in:
15
Netch/Controllers/Mode/WebController.cs
Normal file
15
Netch/Controllers/Mode/WebController.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Netch.Controllers.Mode
|
||||
{
|
||||
public class WebController : Interface.IController
|
||||
{
|
||||
public bool Create(Models.Server.Server s, Models.Mode.Mode m)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public bool Delete()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user