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