Ejemplo n.º 1
0
 public int test(BatchJson<User> batch)
 {
     //throw new ArgumentNullException("异常啊'\"\n");
     id++;
     return id;
 }
Ejemplo n.º 2
0
 public int test(BatchJson <User> batch)
 {
     //throw new ArgumentNullException("异常啊'\"\n");
     id++;
     return(id);
 }
Ejemplo n.º 3
0
 //rpc
 public int Test(BatchJson<int> batch)
 {
     return 1;
 }