public DCType_20 EchoDCType_20(DCType_20 param_DCType_20)
 {
     return param_DCType_20;
 }
 public DCType_20[] ReverseDCType_20Array(DCType_20[] param_DCType_20)
 {
     if (param_DCType_20 == null)
     {
         return null;
     }
     return param_DCType_20.Reverse().ToArray();
 }
예제 #3
0
 public DCType_20 EchoDCType_20([FromUri] DCType_20 input)
 {
     return(input);
 }
예제 #4
0
 public DCType_20 EchoDCType_20(DCType_20 input)
 {
     return(input);
 }
예제 #5
0
 public DCType_20 EchoDCType_20(DCType_20 param_DCType_20)
 {
     return(param_DCType_20);
 }