Removing dead code in sample
This commit is contained in:
parent
db96104985
commit
5dfd27e51f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue