Exemplo n.º 1
0
 protected void New(string area, string controller, string action, params ActionArgument[] arguments)
 {
     reference = new ControllerActionReference(services, typeof(TestController), area, controller, action, null, arguments);
 }
		protected void New(string area, string controller, string action, params ActionArgument[] arguments)
		{
			reference = new ControllerActionReference(services, typeof (TestController), area, controller, action, null, arguments);
		}