public TestItem get_ajax_test(TestItem item)
 {
     return new TestItem();
 }
Example #2
0
 public TestItem get_ajax_test(TestItem item)
 {
     return(new TestItem());
 }
 public AjaxContinuation post_ajax_test(TestItem item)
 {
     return AjaxContinuation.Successful();
 }
Example #4
0
 public AjaxContinuation post_ajax_test(TestItem item)
 {
     return(AjaxContinuation.Successful());
 }