mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
Rename controllers
This commit is contained in:
15
Netch/Controllers/Server/VLessController.cs
Normal file
15
Netch/Controllers/Server/VLessController.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Netch.Controllers.Server
|
||||
{
|
||||
public class VLessController : 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