public void BeginActionWithoutEndActionNotAllowed()
		{
			IAsyncController controller = new ControllerWithBeginIndexWithoutEndIndex();
			services.ControllerDescriptorProvider.BuildDescriptor(controller);
		}
Beispiel #2
0
        public void BeginActionWithoutEndActionNotAllowed()
        {
            IAsyncController controller = new ControllerWithBeginIndexWithoutEndIndex();

            services.ControllerDescriptorProvider.BuildDescriptor(controller);
        }