Removing dead code in sample

This commit is contained in:
Ryan Nowak 2014-12-31 11:26:49 -08:00
parent db96104985
commit 5dfd27e51f
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ namespace MvcSample.Web.RandomNameSpace
get; set;
}
public ActionContext ActionContext { get; set; }
public string Index()
{
return "Hello World: my namespace is " + this.GetType().Namespace;