public System.Threading.Tasks.Task <ABCosmetic_app.PaymentService.AddNewResponse> AddNewAsync(string name, string des, int orderID, int staffID)
 {
     ABCosmetic_app.PaymentService.AddNewRequest inValue = new ABCosmetic_app.PaymentService.AddNewRequest();
     inValue.Body         = new ABCosmetic_app.PaymentService.AddNewRequestBody();
     inValue.Body.name    = name;
     inValue.Body.des     = des;
     inValue.Body.orderID = orderID;
     inValue.Body.staffID = staffID;
     return(((ABCosmetic_app.PaymentService.PaymentServiceSoap)(this)).AddNewAsync(inValue));
 }
 public ABCosmetic_app.PaymentService.Payment AddNew(string name, string des, int orderID, int staffID)
 {
     ABCosmetic_app.PaymentService.AddNewRequest inValue = new ABCosmetic_app.PaymentService.AddNewRequest();
     inValue.Body         = new ABCosmetic_app.PaymentService.AddNewRequestBody();
     inValue.Body.name    = name;
     inValue.Body.des     = des;
     inValue.Body.orderID = orderID;
     inValue.Body.staffID = staffID;
     ABCosmetic_app.PaymentService.AddNewResponse retVal = ((ABCosmetic_app.PaymentService.PaymentServiceSoap)(this)).AddNew(inValue);
     return(retVal.Body.AddNewResult);
 }
 System.Threading.Tasks.Task <ABCosmetic_app.PaymentService.AddNewResponse> ABCosmetic_app.PaymentService.PaymentServiceSoap.AddNewAsync(ABCosmetic_app.PaymentService.AddNewRequest request)
 {
     return(base.Channel.AddNewAsync(request));
 }
 ABCosmetic_app.PaymentService.AddNewResponse ABCosmetic_app.PaymentService.PaymentServiceSoap.AddNew(ABCosmetic_app.PaymentService.AddNewRequest request)
 {
     return(base.Channel.AddNew(request));
 }