mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
Add files via upload
This commit is contained in:
15
Netch/Controllers/Server/VMController.cs
Normal file
15
Netch/Controllers/Server/VMController.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Netch.Controllers.Server
|
||||
{
|
||||
public class VMController : 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