Ejemplo n.º 1
0
 public TestItem get_ajax_test(TestItem item)
 {
     return new TestItem();
 }
Ejemplo n.º 2
0
 public TestItem get_ajax_test(TestItem item)
 {
     return(new TestItem());
 }
Ejemplo n.º 3
0
 public AjaxContinuation post_ajax_test(TestItem item)
 {
     return AjaxContinuation.Successful();
 }
Ejemplo n.º 4
0
 public AjaxContinuation post_ajax_test(TestItem item)
 {
     return(AjaxContinuation.Successful());
 }