public DCType_7 EchoDCType_7(DCType_7 param_DCType_7)
 {
     return param_DCType_7;
 }
 public DCType_7[] ReverseDCType_7Array(DCType_7[] param_DCType_7)
 {
     if (param_DCType_7 == null)
     {
         return null;
     }
     return param_DCType_7.Reverse().ToArray();
 }
Beispiel #3
0
 public DCType_7 EchoDCType_7(DCType_7 input)
 {
     return(input);
 }
Beispiel #4
0
 public DCType_7 EchoDCType_7([FromUri] DCType_7 input)
 {
     return(input);
 }
 public DCType_7 EchoDCType_7(DCType_7 param_DCType_7)
 {
     return(param_DCType_7);
 }