Information pages all in one
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Web.Mvc;
|
||||
using System.Web.UI.DataVisualization.Charting;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace LeafWeb.Web.Controllers
|
||||
{
|
||||
@@ -14,27 +12,7 @@ namespace LeafWeb.Web.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult EDOPublications()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult OutputFiles()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Tips()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult WhyEDO()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult DataRequirements()
|
||||
public ActionResult Information()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user