Beispiel #1
0
 public System.Threading.Tasks.Task <CouponCode.removeAllResponse> removeAllAsync(string in0, long in1, string[] in2)
 {
     CouponCode.removeAllRequest inValue = new CouponCode.removeAllRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((CouponCode.CouponCodeWebservice)(this)).removeAllAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <CouponCode.removeAllResponse> CouponCode.CouponCodeWebservice.removeAllAsync(CouponCode.removeAllRequest request)
 {
     return(base.Channel.removeAllAsync(request));
 }