public MvcModule() { Actions = new List <ModuleActionInfo>(); Get = new ModuleActionCollection(Actions, "GET"); Post = new ModuleActionCollection(Actions, "POST"); }
public MvcModule() { Actions = new List<ModuleActionInfo>(); Get = new ModuleActionCollection(Actions, "GET"); Post = new ModuleActionCollection(Actions, "POST"); }