public DCType_19 EchoDCType_19(DCType_19 param_DCType_19)
 {
     return param_DCType_19;
 }
 public DCType_19[] ReverseDCType_19Array(DCType_19[] param_DCType_19)
 {
     if (param_DCType_19 == null)
     {
         return null;
     }
     return param_DCType_19.Reverse().ToArray();
 }
Beispiel #3
0
 public DCType_19 EchoDCType_19([FromUri] DCType_19 input)
 {
     return(input);
 }
Beispiel #4
0
 public DCType_19 EchoDCType_19(DCType_19 input)
 {
     return(input);
 }
 public DCType_19 EchoDCType_19(DCType_19 param_DCType_19)
 {
     return(param_DCType_19);
 }