using System; namespace Netch.Controllers.Other.Web { public class PrivoxyController : Interface.IController { public bool Create(Models.Server.Server s, Models.Mode.Mode m) { throw new NotImplementedException(); } public bool Delete() { throw new NotImplementedException(); } } }