Removing dead code in sample
This commit is contained in:
parent
db96104985
commit
5dfd27e51f
|
|
@ -18,8 +18,6 @@ namespace MvcSample.Web.RandomNameSpace
|
||||||
get; set;
|
get; set;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ActionContext ActionContext { get; set; }
|
|
||||||
|
|
||||||
public string Index()
|
public string Index()
|
||||||
{
|
{
|
||||||
return "Hello World: my namespace is " + this.GetType().Namespace;
|
return "Hello World: my namespace is " + this.GetType().Namespace;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue